Color Hex Logo

#dedca9 Color Hex

#DEDCA9
(222,220,169)
0 Favorites   0 Comments

Color spaces of #dedca9

RGB 222220169
HSL0.160.450.77
HSV58°24°87°
CMYK 0.000.010.24   0.13
XYZ62.878869.580647.6524
Yxy69.58060.34910.3863
Hunter Lab83.4150-11.421724.5199
CIE-Lab86.7908-7.392625.3789

#dedca9 color RGB value is (222,220,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011100 10101001
Octal 336 334 251
Decimal 222 220 169
Hex DE DC A9

RGB Percentages of Color #dedca9

%36.33
%36.01
%27.66

CMYK Percentages of Color #dedca9

%0
%1
%24
%13

Triadic Colors of #dedca9

#dedca9 #a9dedc #dca9de

Analogous Colors of #dedca9

#dedca9 #c6dea9 #dec2a9

Monochromatic Colors of #dedca9

#dedca9

Complementary Color

#dedca9 #a9abde

#dedca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedca9 Color CSS Codes

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

#dedca9 Text Font Color

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

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


#dedca9 Background Color

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

This div background color is #dedca9


#dedca9 Border Color

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

This div border color is #dedca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedca9

#dedca9 Color Palettes


Comments

No comments written yet.

Please login to write comment.