Color Hex Logo

#fedfaa Color Hex

#FEDFAA
(254,223,170)
0 Favorites   0 Comments

Color spaces of #fedfaa

RGB 254223170
HSL0.110.980.83
HSV38°33°100°
CMYK 0.000.120.33   0.00
XYZ74.516476.748548.9167
Yxy76.74850.37220.3834
Hunter Lab87.6062-1.481728.2186
CIE-Lab90.20573.259429.9356

#fedfaa color RGB value is (254,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 10101010
Octal 376 337 252
Decimal 254 223 170
Hex FE DF AA

RGB Percentages of Color #fedfaa

%39.26
%34.47
%26.28

CMYK Percentages of Color #fedfaa

%0
%12
%33
%0

Triadic Colors of #fedfaa

#fedfaa #aafedf #dfaafe

Analogous Colors of #fedfaa

#fedfaa #f3feaa #feb5aa

Monochromatic Colors of #fedfaa

#fedfaa

Complementary Color

#fedfaa #aac9fe

#fedfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedfaa Color CSS Codes

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

#fedfaa Text Font Color

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

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


#fedfaa Background Color

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

This div background color is #fedfaa


#fedfaa Border Color

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

This div border color is #fedfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedfaa

#fedfaa Color Palettes


Comments

No comments written yet.

Please login to write comment.