Color Hex Logo

#edd980 Color Hex

#EDD980
(237,217,128)
0 Favorites   0 Comments

Color spaces of #edd980

RGB 237217128
HSL0.140.750.72
HSV49°46°93°
CMYK 0.000.080.46   0.07
XYZ63.634269.188730.4230
Yxy69.18870.38980.4238
Hunter Lab83.1797-9.008436.5405
CIE-Lab86.5974-4.821546.1414

#edd980 color RGB value is (237,217,128).

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

The process color (four color CMYK) of #edd980 color hex is 0.00, 0.08, 0.46, 0.07. Web safe color of #edd980 is #ffcc99. Color #edd980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 10000000
Octal 355 331 200
Decimal 237 217 128
Hex ED D9 80

RGB Percentages of Color #edd980

%40.72
%37.29
%21.99

CMYK Percentages of Color #edd980

%0
%8
%46
%7

Triadic Colors of #edd980

#edd980 #80edd9 #d980ed

Analogous Colors of #edd980

#edd980 #cbed80 #eda380

Monochromatic Colors of #edd980

#edd980

Complementary Color

#edd980 #8094ed

#edd980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd980 Color CSS Codes

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

#edd980 Text Font Color

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

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


#edd980 Background Color

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

This div background color is #edd980


#edd980 Border Color

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

This div border color is #edd980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd980


Comments

No comments written yet.

Please login to write comment.