Color Hex Logo

#edeaaa Color Hex

#EDEAAA
(237,234,170)
0 Favorites   0 Comments

Color spaces of #edeaaa

RGB 237234170
HSL0.160.650.80
HSV57°28°93°
CMYK 0.000.010.28   0.07
XYZ71.603679.752449.6501
Yxy79.75240.35620.3968
Hunter Lab89.3042-13.162129.5497
CIE-Lab91.5737-8.724131.5323

#edeaaa color RGB value is (237,234,170).

#edeaaa hex color red value is 237, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #edeaaa hue: 0.16 , saturation: 0.65 and the lightness value of edeaaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10101010
Octal 355 352 252
Decimal 237 234 170
Hex ED EA AA

RGB Percentages of Color #edeaaa

%36.97
%36.51
%26.52

CMYK Percentages of Color #edeaaa

%0
%1
%28
%7

Triadic Colors of #edeaaa

#edeaaa #aaedea #eaaaed

Analogous Colors of #edeaaa

#edeaaa #cfedaa #edc9aa

Monochromatic Colors of #edeaaa

#edeaaa

Complementary Color

#edeaaa #aaaded

#edeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaaa Color CSS Codes

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

#edeaaa Text Font Color

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

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


#edeaaa Background Color

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

This div background color is #edeaaa


#edeaaa Border Color

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

This div border color is #edeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaaa

#edeaaa Color Palettes


Comments

No comments written yet.

Please login to write comment.