Color Hex Logo

#edd956 Color Hex

#EDD956
(237,217,86)
0 Favorites   0 Comments

Color spaces of #edd956

RGB 23721786
HSL0.140.810.63
HSV52°64°93°
CMYK 0.000.080.64   0.07
XYZ61.417668.302118.7507
Yxy68.30210.41370.4600
Hunter Lab82.6451-11.976844.3997
CIE-Lab86.1573-8.063464.8621

#edd956 color RGB value is (237,217,86).

#edd956 hex color red value is 237, green value is 217 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #edd956 hue: 0.14 , saturation: 0.81 and the lightness value of edd956 is 0.63.

The process color (four color CMYK) of #edd956 color hex is 0.00, 0.08, 0.64, 0.07. Web safe color of #edd956 is #ffcc66. Color #edd956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01010110
Octal 355 331 126
Decimal 237 217 86
Hex ED D9 56

RGB Percentages of Color #edd956

%43.89
%40.19
%15.93

CMYK Percentages of Color #edd956

%0
%8
%64
%7

Triadic Colors of #edd956

#edd956 #56edd9 #d956ed

Analogous Colors of #edd956

#edd956 #b6ed56 #ed8e56

Monochromatic Colors of #edd956

#edd956

Complementary Color

#edd956 #566aed

#edd956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd956 Color CSS Codes

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

#edd956 Text Font Color

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

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


#edd956 Background Color

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

This div background color is #edd956


#edd956 Border Color

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

This div border color is #edd956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd956


Comments

No comments written yet.

Please login to write comment.