Color Hex Logo

#edb09c Color Hex

#EDB09C
(237,176,156)
0 Favorites   0 Comments

Color spaces of #edb09c

RGB 237176156
HSL0.040.690.77
HSV15°34°93°
CMYK 0.000.260.34   0.07
XYZ56.451151.455538.4091
Yxy51.45550.38580.3517
Hunter Lab71.732514.941718.4660
CIE-Lab76.954119.624718.9508

#edb09c color RGB value is (237,176,156).

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

The process color (four color CMYK) of #edb09c color hex is 0.00, 0.26, 0.34, 0.07. Web safe color of #edb09c is #ff9999. Color #edb09c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 10011100
Octal 355 260 234
Decimal 237 176 156
Hex ED B0 9C

RGB Percentages of Color #edb09c

%41.65
%30.93
%27.42

CMYK Percentages of Color #edb09c

%0
%26
%34
%7

Triadic Colors of #edb09c

#edb09c #9cedb0 #b09ced

Analogous Colors of #edb09c

#edb09c #edd99c #ed9cb1

Monochromatic Colors of #edb09c

#edb09c

Complementary Color

#edb09c #9cd9ed

#edb09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb09c Color CSS Codes

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

#edb09c Text Font Color

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

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


#edb09c Background Color

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

This div background color is #edb09c


#edb09c Border Color

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

This div border color is #edb09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb09c


Comments

No comments written yet.

Please login to write comment.