Color Hex Logo

#edd097 Color Hex

#EDD097
(237,208,151)
0 Favorites   0 Comments

Color spaces of #edd097

RGB 237208151
HSL0.110.700.76
HSV40°36°93°
CMYK 0.000.120.36   0.07
XYZ63.066865.350638.5681
Yxy65.35060.37770.3914
Hunter Lab80.8397-2.213428.3009
CIE-Lab84.66412.207832.0491

#edd097 color RGB value is (237,208,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 10010111
Octal 355 320 227
Decimal 237 208 151
Hex ED D0 97

RGB Percentages of Color #edd097

%39.77
%34.90
%25.34

CMYK Percentages of Color #edd097

%0
%12
%36
%7

Triadic Colors of #edd097

#edd097 #97edd0 #d097ed

Analogous Colors of #edd097

#edd097 #dfed97 #eda597

Monochromatic Colors of #edd097

#edd097

Complementary Color

#edd097 #97b4ed

#edd097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd097 Color CSS Codes

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

#edd097 Text Font Color

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

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


#edd097 Background Color

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

This div background color is #edd097


#edd097 Border Color

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

This div border color is #edd097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd097


Comments

No comments written yet.

Please login to write comment.