Color Hex Logo

#edd97d Color Hex

#EDD97D
(237,217,125)
0 Favorites   0 Comments

Color spaces of #edd97d

RGB 237217125
HSL0.140.760.71
HSV49°47°93°
CMYK 0.000.080.47   0.07
XYZ63.439669.110929.3982
Yxy69.11090.39170.4267
Hunter Lab83.1330-9.267537.2264
CIE-Lab86.5589-5.102047.5600

#edd97d color RGB value is (237,217,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01111101
Octal 355 331 175
Decimal 237 217 125
Hex ED D9 7D

RGB Percentages of Color #edd97d

%40.93
%37.48
%21.59

CMYK Percentages of Color #edd97d

%0
%8
%47
%7

Triadic Colors of #edd97d

#edd97d #7dedd9 #d97ded

Analogous Colors of #edd97d

#edd97d #c9ed7d #eda17d

Monochromatic Colors of #edd97d

#edd97d

Complementary Color

#edd97d #7d91ed

#edd97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd97d Color CSS Codes

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

#edd97d Text Font Color

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

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


#edd97d Background Color

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

This div background color is #edd97d


#edd97d Border Color

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

This div border color is #edd97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd97d


Comments

No comments written yet.

Please login to write comment.