Color Hex Logo

#ded480 Color Hex

#DED480
(222,212,128)
0 Favorites   0 Comments

Color spaces of #ded480

RGB 222212128
HSL0.150.590.69
HSV54°42°87°
CMYK 0.000.050.42   0.13
XYZ57.564064.175129.7752
Yxy64.17510.37990.4236
Hunter Lab80.1094-11.927134.0395
CIE-Lab84.0569-8.246642.6958

#ded480 color RGB value is (222,212,128).

#ded480 hex color red value is 222, green value is 212 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ded480 hue: 0.15 , saturation: 0.59 and the lightness value of ded480 is 0.69.

The process color (four color CMYK) of #ded480 color hex is 0.00, 0.05, 0.42, 0.13. Web safe color of #ded480 is #cccc99. Color #ded480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 10000000
Octal 336 324 200
Decimal 222 212 128
Hex DE D4 80

RGB Percentages of Color #ded480

%39.50
%37.72
%22.78

CMYK Percentages of Color #ded480

%0
%5
%42
%13

Triadic Colors of #ded480

#ded480 #80ded4 #d480de

Analogous Colors of #ded480

#ded480 #b9de80 #dea580

Monochromatic Colors of #ded480

#ded480

Complementary Color

#ded480 #808ade

#ded480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded480 Color CSS Codes

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

#ded480 Text Font Color

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

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


#ded480 Background Color

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

This div background color is #ded480


#ded480 Border Color

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

This div border color is #ded480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded480


Comments

No comments written yet.

Please login to write comment.