Color Hex Logo

#fed9aa Color Hex

#FED9AA
(254,217,170)
0 Favorites   0 Comments

Color spaces of #fed9aa

RGB 254217170
HSL0.090.980.83
HSV34°33°100°
CMYK 0.000.150.33   0.00
XYZ72.941673.598848.3918
Yxy73.59880.37420.3776
Hunter Lab85.78971.635226.6088
CIE-Lab88.73256.338427.9454

#fed9aa color RGB value is (254,217,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 10101010
Octal 376 331 252
Decimal 254 217 170
Hex FE D9 AA

RGB Percentages of Color #fed9aa

%39.63
%33.85
%26.52

CMYK Percentages of Color #fed9aa

%0
%15
%33
%0

Triadic Colors of #fed9aa

#fed9aa #aafed9 #d9aafe

Analogous Colors of #fed9aa

#fed9aa #f9feaa #feafaa

Monochromatic Colors of #fed9aa

#fed9aa

Complementary Color

#fed9aa #aacffe

#fed9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed9aa Color CSS Codes

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

#fed9aa Text Font Color

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

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


#fed9aa Background Color

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

This div background color is #fed9aa


#fed9aa Border Color

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

This div border color is #fed9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed9aa


Comments

No comments written yet.

Please login to write comment.