Color Hex Logo

#dedc99 Color Hex

#DEDC99
(222,220,153)
0 Favorites   0 Comments

Color spaces of #dedc99

RGB 222220153
HSL0.160.510.74
HSV58°31°87°
CMYK 0.000.010.31   0.13
XYZ61.467269.015940.2187
Yxy69.01590.36010.4043
Hunter Lab83.0758-13.311829.4496
CIE-Lab86.5119-9.475733.2444

#dedc99 color RGB value is (222,220,153).

#dedc99 hex color red value is 222, green value is 220 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dedc99 hue: 0.16 , saturation: 0.51 and the lightness value of dedc99 is 0.74.

The process color (four color CMYK) of #dedc99 color hex is 0.00, 0.01, 0.31, 0.13. Web safe color of #dedc99 is #cccc99. Color #dedc99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 10011001
Octal 336 334 231
Decimal 222 220 153
Hex DE DC 99

RGB Percentages of Color #dedc99

%37.31
%36.97
%25.71

CMYK Percentages of Color #dedc99

%0
%1
%31
%13

Triadic Colors of #dedc99

#dedc99 #99dedc #dc99de

Analogous Colors of #dedc99

#dedc99 #bede99 #deba99

Monochromatic Colors of #dedc99

#dedc99

Complementary Color

#dedc99 #999bde

#dedc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedc99 Color CSS Codes

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

#dedc99 Text Font Color

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

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


#dedc99 Background Color

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

This div background color is #dedc99


#dedc99 Border Color

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

This div border color is #dedc99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedc99


Comments

No comments written yet.

Please login to write comment.