Color Hex Logo

#fedaaa Color Hex

#FEDAAA
(254,218,170)
0 Favorites   0 Comments

Color spaces of #fedaaa

RGB 254218170
HSL0.100.980.83
HSV34°33°100°
CMYK 0.000.140.33   0.00
XYZ73.200274.115948.4779
Yxy74.11590.37390.3785
Hunter Lab86.09061.114626.8770
CIE-Lab88.97725.824028.2769

#fedaaa color RGB value is (254,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10101010
Octal 376 332 252
Decimal 254 218 170
Hex FE DA AA

RGB Percentages of Color #fedaaa

%39.56
%33.96
%26.48

CMYK Percentages of Color #fedaaa

%0
%14
%33
%0

Triadic Colors of #fedaaa

#fedaaa #aafeda #daaafe

Analogous Colors of #fedaaa

#fedaaa #f8feaa #feb0aa

Monochromatic Colors of #fedaaa

#fedaaa

Complementary Color

#fedaaa #aacefe

#fedaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedaaa Color CSS Codes

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

#fedaaa Text Font Color

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

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


#fedaaa Background Color

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

This div background color is #fedaaa


#fedaaa Border Color

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

This div border color is #fedaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedaaa


Comments

No comments written yet.

Please login to write comment.