Color Hex Logo

#edeaa9 Color Hex

#EDEAA9
(237,234,169)
0 Favorites   0 Comments

Color spaces of #edeaa9

RGB 237234169
HSL0.160.650.80
HSV57°29°93°
CMYK 0.000.010.29   0.07
XYZ71.509379.714749.1537
Yxy79.71470.35690.3978
Hunter Lab89.2831-13.279829.8568
CIE-Lab91.5567-8.850932.0179

#edeaa9 color RGB value is (237,234,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10101001
Octal 355 352 251
Decimal 237 234 169
Hex ED EA A9

RGB Percentages of Color #edeaa9

%37.03
%36.56
%26.41

CMYK Percentages of Color #edeaa9

%0
%1
%29
%7

Triadic Colors of #edeaa9

#edeaa9 #a9edea #eaa9ed

Analogous Colors of #edeaa9

#edeaa9 #ceeda9 #edc8a9

Monochromatic Colors of #edeaa9

#edeaa9

Complementary Color

#edeaa9 #a9aced

#edeaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeaa9 Color CSS Codes

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

#edeaa9 Text Font Color

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

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


#edeaa9 Background Color

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

This div background color is #edeaa9


#edeaa9 Border Color

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

This div border color is #edeaa9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,234,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edeaa9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeaa9


Comments

No comments written yet.

Please login to write comment.