Color Hex Logo

#edd099 Color Hex

#EDD099
(237,208,153)
0 Favorites   0 Comments

Color spaces of #edd099

RGB 237208153
HSL0.110.700.76
HSV39°35°93°
CMYK 0.000.120.35   0.07
XYZ63.230765.416239.4310
Yxy65.41620.37620.3892
Hunter Lab80.8803-1.992527.7110
CIE-Lab84.69772.440231.0596

#edd099 color RGB value is (237,208,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 10011001
Octal 355 320 231
Decimal 237 208 153
Hex ED D0 99

RGB Percentages of Color #edd099

%39.63
%34.78
%25.59

CMYK Percentages of Color #edd099

%0
%12
%35
%7

Triadic Colors of #edd099

#edd099 #99edd0 #d099ed

Analogous Colors of #edd099

#edd099 #e0ed99 #eda699

Monochromatic Colors of #edd099

#edd099

Complementary Color

#edd099 #99b6ed

#edd099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd099 Color CSS Codes

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

#edd099 Text Font Color

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

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


#edd099 Background Color

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

This div background color is #edd099


#edd099 Border Color

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

This div border color is #edd099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd099


Comments

No comments written yet.

Please login to write comment.