Color Hex Logo

#edb996 Color Hex

#EDB996
(237,185,150)
0 Favorites   0 Comments

Color spaces of #edb996

RGB 237185150
HSL0.070.710.76
HSV24°37°93°
CMYK 0.000.220.37   0.07
XYZ57.779054.904536.4065
Yxy54.90450.38750.3683
Hunter Lab74.09769.518022.7372
CIE-Lab78.986214.135624.9544

#edb996 color RGB value is (237,185,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 10010110
Octal 355 271 226
Decimal 237 185 150
Hex ED B9 96

RGB Percentages of Color #edb996

%41.43
%32.34
%26.22

CMYK Percentages of Color #edb996

%0
%22
%37
%7

Triadic Colors of #edb996

#edb996 #96edb9 #b996ed

Analogous Colors of #edb996

#edb996 #ede596 #ed969f

Monochromatic Colors of #edb996

#edb996

Complementary Color

#edb996 #96caed

#edb996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb996 Color CSS Codes

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

#edb996 Text Font Color

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

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


#edb996 Background Color

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

This div background color is #edb996


#edb996 Border Color

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

This div border color is #edb996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb996


Comments

No comments written yet.

Please login to write comment.