Color Hex Logo

#deb9bd Color Hex

#DEB9BD
(222,185,189)
0 Favorites   0 Comments

Color spaces of #deb9bd

RGB 222185189
HSL0.980.360.80
HSV354°17°87°
CMYK 0.000.170.15   0.13
XYZ56.658553.901655.5619
Yxy53.90160.34110.3245
Hunter Lab73.41779.27256.5222
CIE-Lab78.404313.88792.9444

#deb9bd color RGB value is (222,185,189).

#deb9bd hex color red value is 222, green value is 185 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deb9bd hue: 0.98 , saturation: 0.36 and the lightness value of deb9bd is 0.80.

The process color (four color CMYK) of #deb9bd color hex is 0.00, 0.17, 0.15, 0.13. Web safe color of #deb9bd is #cccccc. Color #deb9bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10111101
Octal 336 271 275
Decimal 222 185 189
Hex DE B9 BD

RGB Percentages of Color #deb9bd

%37.25
%31.04
%31.71

CMYK Percentages of Color #deb9bd

%0
%17
%15
%13

Triadic Colors of #deb9bd

#deb9bd #bddeb9 #b9bdde

Analogous Colors of #deb9bd

#deb9bd #dec8b9 #deb9d0

Monochromatic Colors of #deb9bd

#deb9bd

Complementary Color

#deb9bd #b9deda

#deb9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9bd Color CSS Codes

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

#deb9bd Text Font Color

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

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


#deb9bd Background Color

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

This div background color is #deb9bd


#deb9bd Border Color

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

This div border color is #deb9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9bd


Comments

No comments written yet.

Please login to write comment.