Color Hex Logo

#ffedaa Color Hex

#FFEDAA
(255,237,170)
0 Favorites   0 Comments

Color spaces of #ffedaa

RGB 255237170
HSL0.131.000.83
HSV47°33°100°
CMYK 0.000.070.33   0.00
XYZ78.779984.730750.2327
Yxy84.73070.36860.3964
Hunter Lab92.0493-8.317932.0790
CIE-Lab93.7669-3.460334.7141

#ffedaa color RGB value is (255,237,170).

#ffedaa hex color red value is 255, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ffedaa hue: 0.13 , saturation: 1.00 and the lightness value of ffedaa is 0.83.

The process color (four color CMYK) of #ffedaa color hex is 0.00, 0.07, 0.33, 0.00. Web safe color of #ffedaa is #ffff99. Color #ffedaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10101010
Octal 377 355 252
Decimal 255 237 170
Hex FF ED AA

RGB Percentages of Color #ffedaa

%38.52
%35.80
%25.68

CMYK Percentages of Color #ffedaa

%0
%7
%33
%0

Triadic Colors of #ffedaa

#ffedaa #aaffed #edaaff

Analogous Colors of #ffedaa

#ffedaa #e7ffaa #ffc3aa

Monochromatic Colors of #ffedaa

#ffedaa

Complementary Color

#ffedaa #aabcff

#ffedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffedaa Color CSS Codes

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

#ffedaa Text Font Color

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

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


#ffedaa Background Color

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

This div background color is #ffedaa


#ffedaa Border Color

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

This div border color is #ffedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffedaa


Comments

No comments written yet.

Please login to write comment.