Color Hex Logo

#edd896 Color Hex

#EDD896
(237,216,150)
0 Favorites   0 Comments

Color spaces of #edd896

RGB 237216150
HSL0.130.710.76
HSV46°37°93°
CMYK 0.000.090.37   0.07
XYZ64.985969.318338.8088
Yxy69.31830.37540.4004
Hunter Lab83.2576-6.374430.6435
CIE-Lab86.6614-2.022035.1990

#edd896 color RGB value is (237,216,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10010110
Octal 355 330 226
Decimal 237 216 150
Hex ED D8 96

RGB Percentages of Color #edd896

%39.30
%35.82
%24.88

CMYK Percentages of Color #edd896

%0
%9
%37
%7

Triadic Colors of #edd896

#edd896 #96edd8 #d896ed

Analogous Colors of #edd896

#edd896 #d7ed96 #edad96

Monochromatic Colors of #edd896

#edd896

Complementary Color

#edd896 #96abed

#edd896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd896 Color CSS Codes

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

#edd896 Text Font Color

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

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


#edd896 Background Color

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

This div background color is #edd896


#edd896 Border Color

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

This div border color is #edd896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd896


Comments

No comments written yet.

Please login to write comment.