Color Hex Logo

#fea974 Color Hex

#FEA974
(254,169,116)
0 Favorites   0 Comments

Color spaces of #fea974

RGB 254169116
HSL0.060.990.73
HSV23°54°100°
CMYK 0.000.330.54   0.00
XYZ58.213450.707723.2424
Yxy50.70770.44050.3837
Hunter Lab71.209321.306830.4946
CIE-Lab76.501625.904039.9574

#fea974 color RGB value is (254,169,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01110100
Octal 376 251 164
Decimal 254 169 116
Hex FE A9 74

RGB Percentages of Color #fea974

%47.12
%31.35
%21.52

CMYK Percentages of Color #fea974

%0
%33
%54
%0

Triadic Colors of #fea974

#fea974 #74fea9 #a974fe

Analogous Colors of #fea974

#fea974 #feee74 #fe7484

Monochromatic Colors of #fea974

#fea974

Complementary Color

#fea974 #74c9fe

#fea974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea974 Color CSS Codes

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

#fea974 Text Font Color

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

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


#fea974 Background Color

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

This div background color is #fea974


#fea974 Border Color

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

This div border color is #fea974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea974


Comments

No comments written yet.

Please login to write comment.