Color Hex Logo

#edd56c Color Hex

#EDD56C
(237,213,108)
0 Favorites   0 Comments

Color spaces of #edd56c

RGB 237213108
HSL0.140.780.68
HSV49°54°93°
CMYK 0.000.100.54   0.07
XYZ61.426166.675723.8196
Yxy66.67570.40430.4389
Hunter Lab81.6552-8.617839.8632
CIE-Lab85.3399-4.520354.2144

#edd56c color RGB value is (237,213,108).

#edd56c hex color red value is 237, green value is 213 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #edd56c hue: 0.14 , saturation: 0.78 and the lightness value of edd56c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01101100
Octal 355 325 154
Decimal 237 213 108
Hex ED D5 6C

RGB Percentages of Color #edd56c

%42.47
%38.17
%19.35

CMYK Percentages of Color #edd56c

%0
%10
%54
%7

Triadic Colors of #edd56c

#edd56c #6cedd5 #d56ced

Analogous Colors of #edd56c

#edd56c #c5ed6c #ed956c

Monochromatic Colors of #edd56c

#edd56c

Complementary Color

#edd56c #6c84ed

#edd56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd56c Color CSS Codes

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

#edd56c Text Font Color

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

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


#edd56c Background Color

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

This div background color is #edd56c


#edd56c Border Color

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

This div border color is #edd56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd56c


Comments

No comments written yet.

Please login to write comment.