Color Hex Logo

#dec7ad Color Hex

#DEC7AD
(222,199,173)
0 Favorites   0 Comments

Color spaces of #dec7ad

RGB 222199173
HSL0.090.430.77
HSV32°22°87°
CMYK 0.000.100.22   0.13
XYZ58.090559.393647.9376
Yxy59.39360.35120.3590
Hunter Lab77.0672-0.320817.0673
CIE-Lab81.50754.028015.9675

#dec7ad color RGB value is (222,199,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 10101101
Octal 336 307 255
Decimal 222 199 173
Hex DE C7 AD

RGB Percentages of Color #dec7ad

%37.37
%33.50
%29.12

CMYK Percentages of Color #dec7ad

%0
%10
%22
%13

Triadic Colors of #dec7ad

#dec7ad #addec7 #c7adde

Analogous Colors of #dec7ad

#dec7ad #dddead #deafad

Monochromatic Colors of #dec7ad

#dec7ad

Complementary Color

#dec7ad #adc4de

#dec7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec7ad Color CSS Codes

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

#dec7ad Text Font Color

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

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


#dec7ad Background Color

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

This div background color is #dec7ad


#dec7ad Border Color

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

This div border color is #dec7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec7ad


Comments

No comments written yet.

Please login to write comment.