Color Hex Logo

#edd57f Color Hex

#EDD57F
(237,213,127)
0 Favorites   0 Comments

Color spaces of #edd57f

RGB 237213127
HSL0.130.750.71
HSV47°46°93°
CMYK 0.000.100.46   0.07
XYZ62.550167.125329.7384
Yxy67.12530.39240.4211
Hunter Lab81.9300-7.100435.8303
CIE-Lab85.5672-2.879145.3533

#edd57f color RGB value is (237,213,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01111111
Octal 355 325 177
Decimal 237 213 127
Hex ED D5 7F

RGB Percentages of Color #edd57f

%41.07
%36.92
%22.01

CMYK Percentages of Color #edd57f

%0
%10
%46
%7

Triadic Colors of #edd57f

#edd57f #7fedd5 #d57fed

Analogous Colors of #edd57f

#edd57f #ceed7f #ed9e7f

Monochromatic Colors of #edd57f

#edd57f

Complementary Color

#edd57f #7f97ed

#edd57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd57f Color CSS Codes

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

#edd57f Text Font Color

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

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


#edd57f Background Color

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

This div background color is #edd57f


#edd57f Border Color

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

This div border color is #edd57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd57f


Comments

No comments written yet.

Please login to write comment.