Color Hex Logo

#edd97e Color Hex

#EDD97E
(237,217,126)
0 Favorites   0 Comments

Color spaces of #edd97e

RGB 237217126
HSL0.140.760.71
HSV49°47°93°
CMYK 0.000.080.47   0.07
XYZ63.503869.136629.7364
Yxy69.13660.39110.4258
Hunter Lab83.1484-9.182137.0000
CIE-Lab86.5716-5.009547.0881

#edd97e color RGB value is (237,217,126).

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

The process color (four color CMYK) of #edd97e color hex is 0.00, 0.08, 0.47, 0.07. Web safe color of #edd97e is #ffcc66. Color #edd97e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01111110
Octal 355 331 176
Decimal 237 217 126
Hex ED D9 7E

RGB Percentages of Color #edd97e

%40.86
%37.41
%21.72

CMYK Percentages of Color #edd97e

%0
%8
%47
%7

Triadic Colors of #edd97e

#edd97e #7eedd9 #d97eed

Analogous Colors of #edd97e

#edd97e #caed7e #eda27e

Monochromatic Colors of #edd97e

#edd97e

Complementary Color

#edd97e #7e92ed

#edd97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd97e Color CSS Codes

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

#edd97e Text Font Color

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

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


#edd97e Background Color

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

This div background color is #edd97e


#edd97e Border Color

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

This div border color is #edd97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd97e


Comments

No comments written yet.

Please login to write comment.