Color Hex Logo

#edd37d Color Hex

#EDD37D
(237,211,125)
0 Favorites   0 Comments

Color spaces of #edd37d

RGB 237211125
HSL0.130.760.71
HSV46°47°93°
CMYK 0.000.110.47   0.07
XYZ61.921066.073728.8920
Yxy66.07370.39470.4212
Hunter Lab81.2857-6.274235.8261
CIE-Lab85.0340-2.043845.6770

#edd37d color RGB value is (237,211,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01111101
Octal 355 323 175
Decimal 237 211 125
Hex ED D3 7D

RGB Percentages of Color #edd37d

%41.36
%36.82
%21.82

CMYK Percentages of Color #edd37d

%0
%11
%47
%7

Triadic Colors of #edd37d

#edd37d #7dedd3 #d37ded

Analogous Colors of #edd37d

#edd37d #cfed7d #ed9b7d

Monochromatic Colors of #edd37d

#edd37d

Complementary Color

#edd37d #7d97ed

#edd37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd37d Color CSS Codes

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

#edd37d Text Font Color

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

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


#edd37d Background Color

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

This div background color is #edd37d


#edd37d Border Color

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

This div border color is #edd37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd37d


Comments

No comments written yet.

Please login to write comment.