Color Hex Logo

#fea96c Color Hex

#FEA96C
(254,169,108)
0 Favorites   0 Comments

Color spaces of #fea96c

RGB 254169108
HSL0.070.990.71
HSV25°57°100°
CMYK 0.000.330.57   0.00
XYZ57.767850.529520.8958
Yxy50.52950.44710.3911
Hunter Lab71.084120.664132.3301
CIE-Lab76.393125.285443.9364

#fea96c color RGB value is (254,169,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 01101100
Octal 376 251 154
Decimal 254 169 108
Hex FE A9 6C

RGB Percentages of Color #fea96c

%47.83
%31.83
%20.34

CMYK Percentages of Color #fea96c

%0
%33
%57
%0

Triadic Colors of #fea96c

#fea96c #6cfea9 #a96cfe

Analogous Colors of #fea96c

#fea96c #fef26c #fe6c78

Monochromatic Colors of #fea96c

#fea96c

Complementary Color

#fea96c #6cc1fe

#fea96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea96c Color CSS Codes

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

#fea96c Text Font Color

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

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


#fea96c Background Color

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

This div background color is #fea96c


#fea96c Border Color

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

This div border color is #fea96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea96c

Related Colors


Comments

No comments written yet.

Please login to write comment.