Color Hex Logo

#fecb77 Color Hex

#FECB77
(254,203,119)
0 Favorites   0 Comments

Color spaces of #fecb77

RGB 254203119
HSL0.100.990.73
HSV37°53°100°
CMYK 0.000.200.53   0.00
XYZ65.558865.114626.5658
Yxy65.11460.41690.4141
Hunter Lab80.69363.806936.9662
CIE-Lab84.54288.400848.3762

#fecb77 color RGB value is (254,203,119).

#fecb77 hex color red value is 254, green value is 203 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fecb77 hue: 0.10 , saturation: 0.99 and the lightness value of fecb77 is 0.73.

The process color (four color CMYK) of #fecb77 color hex is 0.00, 0.20, 0.53, 0.00. Web safe color of #fecb77 is #ffcc66. Color #fecb77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 01110111
Octal 376 313 167
Decimal 254 203 119
Hex FE CB 77

RGB Percentages of Color #fecb77

%44.10
%35.24
%20.66

CMYK Percentages of Color #fecb77

%0
%20
%53
%0

Triadic Colors of #fecb77

#fecb77 #77fecb #cb77fe

Analogous Colors of #fecb77

#fecb77 #eefe77 #fe8877

Monochromatic Colors of #fecb77

#fecb77

Complementary Color

#fecb77 #77aafe

#fecb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb77 Color CSS Codes

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

#fecb77 Text Font Color

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

This sample text font color is #fecb77
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.


#fecb77 Background Color

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

This div background color is #fecb77


#fecb77 Border Color

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

This div border color is #fecb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb77


Comments

No comments written yet.

Please login to write comment.