Color Hex Logo

#edd480 Color Hex

#EDD480
(237,212,128)
0 Favorites   0 Comments

Color spaces of #edd480

RGB 237212128
HSL0.130.750.72
HSV46°46°93°
CMYK 0.000.110.46   0.07
XYZ62.364866.650029.9998
Yxy66.65000.39220.4191
Hunter Lab81.6395-6.512035.3605
CIE-Lab85.3269-2.273244.5599

#edd480 color RGB value is (237,212,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 10000000
Octal 355 324 200
Decimal 237 212 128
Hex ED D4 80

RGB Percentages of Color #edd480

%41.07
%36.74
%22.18

CMYK Percentages of Color #edd480

%0
%11
%46
%7

Triadic Colors of #edd480

#edd480 #80edd4 #d480ed

Analogous Colors of #edd480

#edd480 #d0ed80 #ed9e80

Monochromatic Colors of #edd480

#edd480

Complementary Color

#edd480 #8099ed

#edd480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd480 Color CSS Codes

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

#edd480 Text Font Color

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

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


#edd480 Background Color

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

This div background color is #edd480


#edd480 Border Color

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

This div border color is #edd480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd480


Comments

No comments written yet.

Please login to write comment.