Color Hex Logo

#edd56d Color Hex

#EDD56D
(237,213,109)
0 Favorites   0 Comments

Color spaces of #edd56d

RGB 237213109
HSL0.140.780.68
HSV49°54°93°
CMYK 0.000.100.54   0.07
XYZ61.479666.697224.1015
Yxy66.69720.40370.4380
Hunter Lab81.6684-8.545639.6705
CIE-Lab85.3508-4.441853.7597

#edd56d color RGB value is (237,213,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01101101
Octal 355 325 155
Decimal 237 213 109
Hex ED D5 6D

RGB Percentages of Color #edd56d

%42.40
%38.10
%19.50

CMYK Percentages of Color #edd56d

%0
%10
%54
%7

Triadic Colors of #edd56d

#edd56d #6dedd5 #d56ded

Analogous Colors of #edd56d

#edd56d #c5ed6d #ed956d

Monochromatic Colors of #edd56d

#edd56d

Complementary Color

#edd56d #6d85ed

#edd56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd56d Color CSS Codes

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

#edd56d Text Font Color

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

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


#edd56d Background Color

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

This div background color is #edd56d


#edd56d Border Color

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

This div border color is #edd56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd56d


Comments

No comments written yet.

Please login to write comment.