Color Hex Logo

#edd976 Color Hex

#EDD976
(237,217,118)
0 Favorites   0 Comments

Color spaces of #edd976

RGB 237217118
HSL0.140.770.70
HSV50°50°93°
CMYK 0.000.080.50   0.07
XYZ63.007968.938227.1251
Yxy68.93820.39610.4334
Hunter Lab83.0290-9.843238.7506
CIE-Lab86.4734-5.726950.8340

#edd976 color RGB value is (237,217,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01110110
Octal 355 331 166
Decimal 237 217 118
Hex ED D9 76

RGB Percentages of Color #edd976

%41.43
%37.94
%20.63

CMYK Percentages of Color #edd976

%0
%8
%50
%7

Triadic Colors of #edd976

#edd976 #76edd9 #d976ed

Analogous Colors of #edd976

#edd976 #c6ed76 #ed9e76

Monochromatic Colors of #edd976

#edd976

Complementary Color

#edd976 #768aed

#edd976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd976 Color CSS Codes

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

#edd976 Text Font Color

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

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


#edd976 Background Color

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

This div background color is #edd976


#edd976 Border Color

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

This div border color is #edd976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd976


Comments

No comments written yet.

Please login to write comment.