Color Hex Logo

#edd09a Color Hex

#EDD09A
(237,208,154)
0 Favorites   0 Comments

Color spaces of #edd09a

RGB 237208154
HSL0.110.700.77
HSV39°35°93°
CMYK 0.000.120.35   0.07
XYZ63.313765.449439.8679
Yxy65.44940.37550.3881
Hunter Lab80.9008-1.880727.4125
CIE-Lab84.71482.557730.5644

#edd09a color RGB value is (237,208,154).

#edd09a hex color red value is 237, green value is 208 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #edd09a hue: 0.11 , saturation: 0.70 and the lightness value of edd09a is 0.77.

The process color (four color CMYK) of #edd09a color hex is 0.00, 0.12, 0.35, 0.07. Web safe color of #edd09a is #ffcc99. Color #edd09a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 10011010
Octal 355 320 232
Decimal 237 208 154
Hex ED D0 9A

RGB Percentages of Color #edd09a

%39.57
%34.72
%25.71

CMYK Percentages of Color #edd09a

%0
%12
%35
%7

Triadic Colors of #edd09a

#edd09a #9aedd0 #d09aed

Analogous Colors of #edd09a

#edd09a #e1ed9a #eda79a

Monochromatic Colors of #edd09a

#edd09a

Complementary Color

#edd09a #9ab7ed

#edd09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd09a Color CSS Codes

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

#edd09a Text Font Color

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

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


#edd09a Background Color

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

This div background color is #edd09a


#edd09a Border Color

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

This div border color is #edd09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd09a


Comments

No comments written yet.

Please login to write comment.