Color Hex Logo

#dec9bb Color Hex

#DEC9BB
(222,201,187)
0 Favorites   0 Comments

Color spaces of #dec9bb

RGB 222201187
HSL0.070.350.80
HSV24°16°87°
CMYK 0.000.090.16   0.13
XYZ59.980560.890755.6055
Yxy60.89070.33990.3450
Hunter Lab78.03250.649012.3730
CIE-Lab82.31995.07879.6537

#dec9bb color RGB value is (222,201,187).

#dec9bb hex color red value is 222, green value is 201 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dec9bb hue: 0.07 , saturation: 0.35 and the lightness value of dec9bb is 0.80.

The process color (four color CMYK) of #dec9bb color hex is 0.00, 0.09, 0.16, 0.13. Web safe color of #dec9bb is #cccccc. Color #dec9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001001 10111011
Octal 336 311 273
Decimal 222 201 187
Hex DE C9 BB

RGB Percentages of Color #dec9bb

%36.39
%32.95
%30.66

CMYK Percentages of Color #dec9bb

%0
%9
%16
%13

Triadic Colors of #dec9bb

#dec9bb #bbdec9 #c9bbde

Analogous Colors of #dec9bb

#dec9bb #dedbbb #debbbf

Monochromatic Colors of #dec9bb

#dec9bb

Complementary Color

#dec9bb #bbd0de

#dec9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec9bb Color CSS Codes

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

#dec9bb Text Font Color

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

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


#dec9bb Background Color

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

This div background color is #dec9bb


#dec9bb Border Color

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

This div border color is #dec9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec9bb


Comments

No comments written yet.

Please login to write comment.