Color Hex Logo

#fedeaa Color Hex

#FEDEAA
(254,222,170)
0 Favorites   0 Comments

Color spaces of #fedeaa

RGB 254222170
HSL0.100.980.83
HSV37°33°100°
CMYK 0.000.130.33   0.00
XYZ74.250076.215748.8279
Yxy76.21570.37260.3824
Hunter Lab87.3016-0.963627.9501
CIE-Lab89.95943.771129.6036

#fedeaa color RGB value is (254,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 10101010
Octal 376 336 252
Decimal 254 222 170
Hex FE DE AA

RGB Percentages of Color #fedeaa

%39.32
%34.37
%26.32

CMYK Percentages of Color #fedeaa

%0
%13
%33
%0

Triadic Colors of #fedeaa

#fedeaa #aafede #deaafe

Analogous Colors of #fedeaa

#fedeaa #f4feaa #feb4aa

Monochromatic Colors of #fedeaa

#fedeaa

Complementary Color

#fedeaa #aacafe

#fedeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedeaa Color CSS Codes

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

#fedeaa Text Font Color

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

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


#fedeaa Background Color

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

This div background color is #fedeaa


#fedeaa Border Color

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

This div border color is #fedeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedeaa


Comments

No comments written yet.

Please login to write comment.