Color Hex Logo

#edd197 Color Hex

#EDD197
(237,209,151)
0 Favorites   0 Comments

Color spaces of #edd197

RGB 237209151
HSL0.110.700.76
HSV40°36°93°
CMYK 0.000.120.36   0.07
XYZ63.311465.839838.6496
Yxy65.83980.37730.3924
Hunter Lab81.1417-2.722228.5581
CIE-Lab84.91461.690932.3815

#edd197 color RGB value is (237,209,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 10010111
Octal 355 321 227
Decimal 237 209 151
Hex ED D1 97

RGB Percentages of Color #edd197

%39.70
%35.01
%25.29

CMYK Percentages of Color #edd197

%0
%12
%36
%7

Triadic Colors of #edd197

#edd197 #97edd1 #d197ed

Analogous Colors of #edd197

#edd197 #deed97 #eda697

Monochromatic Colors of #edd197

#edd197

Complementary Color

#edd197 #97b3ed

#edd197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd197 Color CSS Codes

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

#edd197 Text Font Color

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

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


#edd197 Background Color

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

This div background color is #edd197


#edd197 Border Color

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

This div border color is #edd197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd197


Comments

No comments written yet.

Please login to write comment.