Color Hex Logo

#edb196 Color Hex

#EDB196
(237,177,150)
0 Favorites   0 Comments

Color spaces of #edb196

RGB 237177150
HSL0.050.710.76
HSV19°37°93°
CMYK 0.000.250.37   0.07
XYZ56.152251.650835.8642
Yxy51.65080.39080.3595
Hunter Lab71.868513.695520.7207
CIE-Lab77.071618.375322.3459

#edb196 color RGB value is (237,177,150).

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

The process color (four color CMYK) of #edb196 color hex is 0.00, 0.25, 0.37, 0.07. Web safe color of #edb196 is #ff9999. Color #edb196 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 10010110
Octal 355 261 226
Decimal 237 177 150
Hex ED B1 96

RGB Percentages of Color #edb196

%42.02
%31.38
%26.60

CMYK Percentages of Color #edb196

%0
%25
%37
%7

Triadic Colors of #edb196

#edb196 #96edb1 #b196ed

Analogous Colors of #edb196

#edb196 #eddd96 #ed96a7

Monochromatic Colors of #edb196

#edb196

Complementary Color

#edb196 #96d2ed

#edb196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb196 Color CSS Codes

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

#edb196 Text Font Color

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

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


#edb196 Background Color

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

This div background color is #edb196


#edb196 Border Color

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

This div border color is #edb196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb196


Comments

No comments written yet.

Please login to write comment.