Color Hex Logo

#edc99d Color Hex

#EDC99D
(237,201,157)
0 Favorites   0 Comments

Color spaces of #edc99d

RGB 237201157
HSL0.090.690.77
HSV33°34°93°
CMYK 0.000.150.34   0.07
XYZ61.897562.212140.6441
Yxy62.21210.37570.3776
Hunter Lab78.87462.048624.6601
CIE-Lab83.02616.556126.7302

#edc99d color RGB value is (237,201,157).

#edc99d hex color red value is 237, green value is 201 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #edc99d hue: 0.09 , saturation: 0.69 and the lightness value of edc99d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 10011101
Octal 355 311 235
Decimal 237 201 157
Hex ED C9 9D

RGB Percentages of Color #edc99d

%39.83
%33.78
%26.39

CMYK Percentages of Color #edc99d

%0
%15
%34
%7

Triadic Colors of #edc99d

#edc99d #9dedc9 #c99ded

Analogous Colors of #edc99d

#edc99d #e9ed9d #eda19d

Monochromatic Colors of #edc99d

#edc99d

Complementary Color

#edc99d #9dc1ed

#edc99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc99d Color CSS Codes

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

#edc99d Text Font Color

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

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


#edc99d Background Color

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

This div background color is #edc99d


#edc99d Border Color

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

This div border color is #edc99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc99d


Comments

No comments written yet.

Please login to write comment.