Color Hex Logo

#dec2ad Color Hex

#DEC2AD
(222,194,173)
0 Favorites   0 Comments

Color spaces of #dec2ad

RGB 222194173
HSL0.070.430.77
HSV26°22°87°
CMYK 0.000.130.22   0.13
XYZ56.958857.130347.5604
Yxy57.13030.35240.3534
Hunter Lab75.58462.240415.6019
CIE-Lab80.25286.662314.2044

#dec2ad color RGB value is (222,194,173).

#dec2ad hex color red value is 222, green value is 194 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dec2ad hue: 0.07 , saturation: 0.43 and the lightness value of dec2ad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000010 10101101
Octal 336 302 255
Decimal 222 194 173
Hex DE C2 AD

RGB Percentages of Color #dec2ad

%37.69
%32.94
%29.37

CMYK Percentages of Color #dec2ad

%0
%13
%22
%13

Triadic Colors of #dec2ad

#dec2ad #addec2 #c2adde

Analogous Colors of #dec2ad

#dec2ad #dedbad #deadb1

Monochromatic Colors of #dec2ad

#dec2ad

Complementary Color

#dec2ad #adc9de

#dec2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec2ad Color CSS Codes

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

#dec2ad Text Font Color

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

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


#dec2ad Background Color

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

This div background color is #dec2ad


#dec2ad Border Color

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

This div border color is #dec2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec2ad


Comments

No comments written yet.

Please login to write comment.