Color Hex Logo

#edd156 Color Hex

#EDD156
(237,209,86)
0 Favorites   0 Comments

Color spaces of #edd156

RGB 23720986
HSL0.140.810.63
HSV49°64°93°
CMYK 0.000.120.64   0.07
XYZ59.405264.277318.0799
Yxy64.27730.41900.4534
Hunter Lab80.1731-8.041342.7507
CIE-Lab84.1099-4.012462.6753

#edd156 color RGB value is (237,209,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01010110
Octal 355 321 126
Decimal 237 209 86
Hex ED D1 56

RGB Percentages of Color #edd156

%44.55
%39.29
%16.17

CMYK Percentages of Color #edd156

%0
%12
%64
%7

Triadic Colors of #edd156

#edd156 #56edd1 #d156ed

Analogous Colors of #edd156

#edd156 #beed56 #ed8656

Monochromatic Colors of #edd156

#edd156

Complementary Color

#edd156 #5672ed

#edd156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd156 Color CSS Codes

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

#edd156 Text Font Color

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

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


#edd156 Background Color

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

This div background color is #edd156


#edd156 Border Color

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

This div border color is #edd156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd156


Comments

No comments written yet.

Please login to write comment.