Color Hex Logo

#edd870 Color Hex

#EDD870
(237,216,112)
0 Favorites   0 Comments

Color spaces of #edd870

RGB 237216112
HSL0.140.780.68
HSV50°53°93°
CMYK 0.000.090.53   0.07
XYZ62.405568.286125.2206
Yxy68.28610.40030.4380
Hunter Lab82.6354-9.810439.7493
CIE-Lab86.1493-5.723753.2921

#edd870 color RGB value is (237,216,112).

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

The process color (four color CMYK) of #edd870 color hex is 0.00, 0.09, 0.53, 0.07. Web safe color of #edd870 is #ffcc66. Color #edd870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01110000
Octal 355 330 160
Decimal 237 216 112
Hex ED D8 70

RGB Percentages of Color #edd870

%41.95
%38.23
%19.82

CMYK Percentages of Color #edd870

%0
%9
%53
%7

Triadic Colors of #edd870

#edd870 #70edd8 #d870ed

Analogous Colors of #edd870

#edd870 #c4ed70 #ed9a70

Monochromatic Colors of #edd870

#edd870

Complementary Color

#edd870 #7085ed

#edd870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd870 Color CSS Codes

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

#edd870 Text Font Color

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

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


#edd870 Background Color

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

This div background color is #edd870


#edd870 Border Color

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

This div border color is #edd870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd870


Comments

No comments written yet.

Please login to write comment.