Color Hex Logo

#edd997 Color Hex

#EDD997
(237,217,151)
0 Favorites   0 Comments

Color spaces of #edd997

RGB 237217151
HSL0.130.700.76
HSV46°36°93°
CMYK 0.000.080.36   0.07
XYZ65.323869.864639.3204
Yxy69.86460.37430.4004
Hunter Lab83.5850-6.771630.6181
CIE-Lab86.9304-2.419335.0424

#edd997 color RGB value is (237,217,151).

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

The process color (four color CMYK) of #edd997 color hex is 0.00, 0.08, 0.36, 0.07. Web safe color of #edd997 is #ffcc99. Color #edd997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 10010111
Octal 355 331 227
Decimal 237 217 151
Hex ED D9 97

RGB Percentages of Color #edd997

%39.17
%35.87
%24.96

CMYK Percentages of Color #edd997

%0
%8
%36
%7

Triadic Colors of #edd997

#edd997 #97edd9 #d997ed

Analogous Colors of #edd997

#edd997 #d6ed97 #edae97

Monochromatic Colors of #edd997

#edd997

Complementary Color

#edd997 #97abed

#edd997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd997 Color CSS Codes

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

#edd997 Text Font Color

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

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


#edd997 Background Color

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

This div background color is #edd997


#edd997 Border Color

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

This div border color is #edd997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd997


Comments

No comments written yet.

Please login to write comment.