Color Hex Logo

#edd37f Color Hex

#EDD37F
(237,211,127)
0 Favorites   0 Comments

Color spaces of #edd37f

RGB 237211127
HSL0.130.750.71
HSV46°46°93°
CMYK 0.000.110.46   0.07
XYZ62.050166.125429.5718
Yxy66.12540.39340.4192
Hunter Lab81.3175-6.099635.3610
CIE-Lab85.0603-1.856444.7222

#edd37f color RGB value is (237,211,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01111111
Octal 355 323 177
Decimal 237 211 127
Hex ED D3 7F

RGB Percentages of Color #edd37f

%41.22
%36.70
%22.09

CMYK Percentages of Color #edd37f

%0
%11
%46
%7

Triadic Colors of #edd37f

#edd37f #7fedd3 #d37fed

Analogous Colors of #edd37f

#edd37f #d0ed7f #ed9c7f

Monochromatic Colors of #edd37f

#edd37f

Complementary Color

#edd37f #7f99ed

#edd37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd37f Color CSS Codes

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

#edd37f Text Font Color

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

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


#edd37f Background Color

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

This div background color is #edd37f


#edd37f Border Color

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

This div border color is #edd37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd37f


Comments

No comments written yet.

Please login to write comment.