Color Hex Logo

#edd970 Color Hex

#EDD970
(237,217,112)
0 Favorites   0 Comments

Color spaces of #edd970

RGB 237217112
HSL0.140.780.68
HSV50°53°93°
CMYK 0.000.080.53   0.07
XYZ62.662568.800125.3063
Yxy68.80010.39970.4389
Hunter Lab82.9458-10.305139.9730
CIE-Lab86.4050-6.229953.5940

#edd970 color RGB value is (237,217,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01110000
Octal 355 331 160
Decimal 237 217 112
Hex ED D9 70

RGB Percentages of Color #edd970

%41.87
%38.34
%19.79

CMYK Percentages of Color #edd970

%0
%8
%53
%7

Triadic Colors of #edd970

#edd970 #70edd9 #d970ed

Analogous Colors of #edd970

#edd970 #c3ed70 #ed9b70

Monochromatic Colors of #edd970

#edd970

Complementary Color

#edd970 #7084ed

#edd970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd970 Color CSS Codes

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

#edd970 Text Font Color

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

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


#edd970 Background Color

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

This div background color is #edd970


#edd970 Border Color

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

This div border color is #edd970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd970


Comments

No comments written yet.

Please login to write comment.