Color Hex Logo

#fea979 Color Hex

#FEA979
(254,169,121)
0 Favorites   0 Comments

Color spaces of #fea979

RGB 254169121
HSL0.060.990.74
HSV22°52°100°
CMYK 0.000.330.52   0.00
XYZ58.512250.827224.8159
Yxy50.82720.43620.3789
Hunter Lab71.293221.736529.2674
CIE-Lab76.574226.316337.4439

#fea979 color RGB value is (254,169,121).

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

The process color (four color CMYK) of #fea979 color hex is 0.00, 0.33, 0.52, 0.00. Web safe color of #fea979 is #ff9966. Color #fea979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01111001
Octal 376 251 171
Decimal 254 169 121
Hex FE A9 79

RGB Percentages of Color #fea979

%46.69
%31.07
%22.24

CMYK Percentages of Color #fea979

%0
%33
%52
%0

Triadic Colors of #fea979

#fea979 #79fea9 #a979fe

Analogous Colors of #fea979

#fea979 #feec79 #fe798c

Monochromatic Colors of #fea979

#fea979

Complementary Color

#fea979 #79cefe

#fea979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea979 Color CSS Codes

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

#fea979 Text Font Color

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

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


#fea979 Background Color

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

This div background color is #fea979


#fea979 Border Color

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

This div border color is #fea979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea979


Comments

No comments written yet.

Please login to write comment.