Color Hex Logo

#fea877 Color Hex

#FEA877
(254,168,119)
0 Favorites   0 Comments

Color spaces of #fea877

RGB 254168119
HSL0.060.990.73
HSV22°53°100°
CMYK 0.000.340.53   0.00
XYZ58.205550.408024.1147
Yxy50.40800.43850.3798
Hunter Lab70.998622.088929.5611
CIE-Lab76.319026.671838.1655

#fea877 color RGB value is (254,168,119).

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

The process color (four color CMYK) of #fea877 color hex is 0.00, 0.34, 0.53, 0.00. Web safe color of #fea877 is #ff9966. Color #fea877 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 01110111
Octal 376 250 167
Decimal 254 168 119
Hex FE A8 77

RGB Percentages of Color #fea877

%46.95
%31.05
%22.00

CMYK Percentages of Color #fea877

%0
%34
%53
%0

Triadic Colors of #fea877

#fea877 #77fea8 #a877fe

Analogous Colors of #fea877

#fea877 #feec77 #fe778a

Monochromatic Colors of #fea877

#fea877

Complementary Color

#fea877 #77cdfe

#fea877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea877 Color CSS Codes

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

#fea877 Text Font Color

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

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


#fea877 Background Color

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

This div background color is #fea877


#fea877 Border Color

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

This div border color is #fea877


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,168,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 #fea877">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea877


Comments

No comments written yet.

Please login to write comment.