Color Hex Logo

#edd37c Color Hex

#EDD37C
(237,211,124)
0 Favorites   0 Comments

Color spaces of #edd37c

RGB 237211124
HSL0.130.760.71
HSV46°48°93°
CMYK 0.000.110.48   0.07
XYZ61.857466.048328.5571
Yxy66.04830.39530.4221
Hunter Lab81.2701-6.360436.0555
CIE-Lab85.0210-2.136546.1532

#edd37c color RGB value is (237,211,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 01111100
Octal 355 323 174
Decimal 237 211 124
Hex ED D3 7C

RGB Percentages of Color #edd37c

%41.43
%36.89
%21.68

CMYK Percentages of Color #edd37c

%0
%11
%48
%7

Triadic Colors of #edd37c

#edd37c #7cedd3 #d37ced

Analogous Colors of #edd37c

#edd37c #cfed7c #ed9b7c

Monochromatic Colors of #edd37c

#edd37c

Complementary Color

#edd37c #7c96ed

#edd37c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd37c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd37c Color CSS Codes

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

#edd37c Text Font Color

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

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


#edd37c Background Color

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

This div background color is #edd37c


#edd37c Border Color

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

This div border color is #edd37c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd37c

#edd37c Color Palettes


Comments

No comments written yet.

Please login to write comment.