Color Hex Logo

#edb59c Color Hex

#EDB59C
(237,181,156)
0 Favorites   0 Comments

Color spaces of #edb59c

RGB 237181156
HSL0.050.690.77
HSV19°34°93°
CMYK 0.000.240.34   0.07
XYZ57.449753.452638.7419
Yxy53.45260.38390.3572
Hunter Lab73.111312.317719.7599
CIE-Lab78.141516.970620.5910

#edb59c color RGB value is (237,181,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110101 10011100
Octal 355 265 234
Decimal 237 181 156
Hex ED B5 9C

RGB Percentages of Color #edb59c

%41.29
%31.53
%27.18

CMYK Percentages of Color #edb59c

%0
%24
%34
%7

Triadic Colors of #edb59c

#edb59c #9cedb5 #b59ced

Analogous Colors of #edb59c

#edb59c #edde9c #ed9cac

Monochromatic Colors of #edb59c

#edb59c

Complementary Color

#edb59c #9cd4ed

#edb59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb59c Color CSS Codes

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

#edb59c Text Font Color

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

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


#edb59c Background Color

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

This div background color is #edb59c


#edb59c Border Color

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

This div border color is #edb59c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb59c


Comments

No comments written yet.

Please login to write comment.