color codes Logo

#fece6b color codes

#FECE6B
(254,206,107)
0 Favorites   0 Comments

Color spaces of #fece6b

RGB 254206107
HSL0.110.990.71
HSV40°58°100°
CMYK 0.000.190.58   0.00
XYZ65.598266.275023.2449
Yxy66.27500.42290.4273
Hunter Lab81.40951.365440.0575
CIE-Lab85.13655.930054.8408

#fece6b color RGB value is (254,206,107).

#fece6b hex color red value is 254, green value is 206 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fece6b hue: 0.11 , saturation: 0.99 and the lightness value of fece6b is 0.71.

The process color (four color CMYK) of #fece6b color code is 0.00, 0.19, 0.58, 0.00. Web safe color of #fece6b is #ffcc66. Color #fece6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01101011
Octal 376 316 153
Decimal 254 206 107
Hex FE CE 6B

RGB Percentages of Color #fece6b

%44.80
%36.33
%18.87

CMYK Percentages of Color #fece6b

%0
%19
%58
%0

Triadic Colors of #fece6b

#fece6b #6bfece #ce6bfe

Analogous Colors of #fece6b

#fece6b #e5fe6b #fe856b

Monochromatic Colors of #fece6b

#fece6b

Complementary Color

#fece6b #6b9bfe

#fece6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece6b Color CSS Codes

.mybgcolor {background-color:#fece6b; } 
.myforecolor {color:#fece6b; }
.mybordercolor {border:3px solid #fece6b; }

#fece6b Text Font Color

<p style="color:#fece6b">Text here</p>

This sample text font color is #fece6b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fece6b Background Color

<div style="background-color:#fece6b">
Div content here</div>

This div background color is #fece6b


#fece6b Border Color

<div style="border:3px solid #fece6b">
Div here</div>

This div border color is #fece6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,206,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fece6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fece6b;
  -webkit-box-shadow: 1px 1px 3px 2px #fece6b;
  box-shadow:         1px 1px 3px 2px #fece6b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,206,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fece6b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fece6b;
  -webkit-box-shadow: 1px 1px 3px 2px #fece6b;
  box-shadow:         1px 1px 3px 2px #fece6b;">
Div content here</div>

This div box has shadow with color #fece6b


Comments

No comments written yet.

Please login to write comment.