Color Hex Logo

#dedb60 Color Hex

#DEDB60
(222,219,96)
0 Favorites   0 Comments

Color spaces of #dedb60

RGB 22221996
HSL0.160.660.62
HSV59°57°87°
CMYK 0.000.010.57   0.13
XYZ57.567067.037220.9717
Yxy67.03720.39540.4605
Hunter Lab81.8762-17.780542.1269
CIE-Lab85.5227-14.557759.5376

#dedb60 color RGB value is (222,219,96).

#dedb60 hex color red value is 222, green value is 219 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dedb60 hue: 0.16 , saturation: 0.66 and the lightness value of dedb60 is 0.62.

The process color (four color CMYK) of #dedb60 color hex is 0.00, 0.01, 0.57, 0.13. Web safe color of #dedb60 is #cccc66. Color #dedb60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011011 01100000
Octal 336 333 140
Decimal 222 219 96
Hex DE DB 60

RGB Percentages of Color #dedb60

%41.34
%40.78
%17.88

CMYK Percentages of Color #dedb60

%0
%1
%57
%13

Triadic Colors of #dedb60

#dedb60 #60dedb #db60de

Analogous Colors of #dedb60

#dedb60 #a2de60 #de9c60

Monochromatic Colors of #dedb60

#dedb60

Complementary Color

#dedb60 #6063de

#dedb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedb60 Color CSS Codes

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

#dedb60 Text Font Color

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

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


#dedb60 Background Color

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

This div background color is #dedb60


#dedb60 Border Color

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

This div border color is #dedb60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,219,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedb60


Comments

No comments written yet.

Please login to write comment.