Color Hex Logo

#edd899 Color Hex

#EDD899
(237,216,153)
0 Favorites   0 Comments

Color spaces of #edd899

RGB 237216153
HSL0.130.700.76
HSV45°35°93°
CMYK 0.000.090.35   0.07
XYZ65.230769.416240.0976
Yxy69.41620.37330.3972
Hunter Lab83.3164-6.051129.7870
CIE-Lab86.7097-1.677933.7297

#edd899 color RGB value is (237,216,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10011001
Octal 355 330 231
Decimal 237 216 153
Hex ED D8 99

RGB Percentages of Color #edd899

%39.11
%35.64
%25.25

CMYK Percentages of Color #edd899

%0
%9
%35
%7

Triadic Colors of #edd899

#edd899 #99edd8 #d899ed

Analogous Colors of #edd899

#edd899 #d8ed99 #edae99

Monochromatic Colors of #edd899

#edd899

Complementary Color

#edd899 #99aeed

#edd899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd899 Color CSS Codes

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

#edd899 Text Font Color

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

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


#edd899 Background Color

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

This div background color is #edd899


#edd899 Border Color

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

This div border color is #edd899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd899


Comments

No comments written yet.

Please login to write comment.