Color Hex Logo

#fec8aa Color Hex

#FEC8AA
(254,200,170)
0 Favorites   0 Comments

Color spaces of #fec8aa

RGB 254200170
HSL0.060.980.83
HSV21°33°100°
CMYK 0.000.210.33   0.00
XYZ68.783065.281747.0056
Yxy65.28170.37990.3605
Hunter Lab80.797110.563122.0646
CIE-Lab84.628715.157022.3413

#fec8aa color RGB value is (254,200,170).

#fec8aa hex color red value is 254, green value is 200 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fec8aa hue: 0.06 , saturation: 0.98 and the lightness value of fec8aa is 0.83.

The process color (four color CMYK) of #fec8aa color hex is 0.00, 0.21, 0.33, 0.00. Web safe color of #fec8aa is #ffcc99. Color #fec8aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 10101010
Octal 376 310 252
Decimal 254 200 170
Hex FE C8 AA

RGB Percentages of Color #fec8aa

%40.71
%32.05
%27.24

CMYK Percentages of Color #fec8aa

%0
%21
%33
%0

Triadic Colors of #fec8aa

#fec8aa #aafec8 #c8aafe

Analogous Colors of #fec8aa

#fec8aa #fef2aa #feaab6

Monochromatic Colors of #fec8aa

#fec8aa

Complementary Color

#fec8aa #aae0fe

#fec8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8aa Color CSS Codes

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

#fec8aa Text Font Color

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

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


#fec8aa Background Color

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

This div background color is #fec8aa


#fec8aa Border Color

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

This div border color is #fec8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8aa


Comments

No comments written yet.

Please login to write comment.