Color Hex Logo

#edb596 Color Hex

#EDB596
(237,181,150)
0 Favorites   0 Comments

Color spaces of #edb596

RGB 237181150
HSL0.060.710.76
HSV21°37°93°
CMYK 0.000.240.37   0.07
XYZ56.953953.254336.1315
Yxy53.25430.38920.3639
Hunter Lab72.975511.603521.7273
CIE-Lab78.024916.253423.6473

#edb596 color RGB value is (237,181,150).

#edb596 hex color red value is 237, green value is 181 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #edb596 hue: 0.06 , saturation: 0.71 and the lightness value of edb596 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110101 10010110
Octal 355 265 226
Decimal 237 181 150
Hex ED B5 96

RGB Percentages of Color #edb596

%41.73
%31.87
%26.41

CMYK Percentages of Color #edb596

%0
%24
%37
%7

Triadic Colors of #edb596

#edb596 #96edb5 #b596ed

Analogous Colors of #edb596

#edb596 #ede196 #ed96a3

Monochromatic Colors of #edb596

#edb596

Complementary Color

#edb596 #96ceed

#edb596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb596 Color CSS Codes

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

#edb596 Text Font Color

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

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


#edb596 Background Color

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

This div background color is #edb596


#edb596 Border Color

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

This div border color is #edb596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb596


Comments

No comments written yet.

Please login to write comment.