Color Hex Logo

#edc999 Color Hex

#EDC999
(237,201,153)
0 Favorites   0 Comments

Color spaces of #edc999

RGB 237201153
HSL0.100.700.76
HSV34°35°93°
CMYK 0.000.150.35   0.07
XYZ61.561562.077738.8746
Yxy62.07770.37880.3820
Hunter Lab78.78941.588225.8990
CIE-Lab82.95476.078128.7281

#edc999 color RGB value is (237,201,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 10011001
Octal 355 311 231
Decimal 237 201 153
Hex ED C9 99

RGB Percentages of Color #edc999

%40.10
%34.01
%25.89

CMYK Percentages of Color #edc999

%0
%15
%35
%7

Triadic Colors of #edc999

#edc999 #99edc9 #c999ed

Analogous Colors of #edc999

#edc999 #e7ed99 #ed9f99

Monochromatic Colors of #edc999

#edc999

Complementary Color

#edc999 #99bded

#edc999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc999 Color CSS Codes

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

#edc999 Text Font Color

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

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


#edc999 Background Color

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

This div background color is #edc999


#edc999 Border Color

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

This div border color is #edc999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc999


Comments

No comments written yet.

Please login to write comment.