Color Hex Logo

#edc08e Color Hex

#EDC08E
(237,192,142)
0 Favorites   0 Comments

Color spaces of #edc08e

RGB 237192142
HSL0.090.730.74
HSV32°40°93°
CMYK 0.000.190.40   0.07
XYZ58.657257.656833.6285
Yxy57.65680.39120.3845
Hunter Lab75.93215.009326.8943
CIE-Lab80.54769.540631.2710

#edc08e color RGB value is (237,192,142).

#edc08e hex color red value is 237, green value is 192 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #edc08e hue: 0.09 , saturation: 0.73 and the lightness value of edc08e is 0.74.

The process color (four color CMYK) of #edc08e color hex is 0.00, 0.19, 0.40, 0.07. Web safe color of #edc08e is #ffcc99. Color #edc08e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000000 10001110
Octal 355 300 216
Decimal 237 192 142
Hex ED C0 8E

RGB Percentages of Color #edc08e

%41.51
%33.63
%24.87

CMYK Percentages of Color #edc08e

%0
%19
%40
%7

Triadic Colors of #edc08e

#edc08e #8eedc0 #c08eed

Analogous Colors of #edc08e

#edc08e #ebed8e #ed918e

Monochromatic Colors of #edc08e

#edc08e

Complementary Color

#edc08e #8ebbed

#edc08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc08e Color CSS Codes

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

#edc08e Text Font Color

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

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


#edc08e Background Color

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

This div background color is #edc08e


#edc08e Border Color

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

This div border color is #edc08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc08e


Comments

No comments written yet.

Please login to write comment.