Color Hex Logo

#deb0bd Color Hex

#DEB0BD
(222,176,189)
0 Favorites   0 Comments

Color spaces of #deb0bd

RGB 222176189
HSL0.950.410.78
HSV343°21°87°
CMYK 0.000.210.15   0.13
XYZ54.834850.254454.9541
Yxy50.25440.34260.3140
Hunter Lab70.890314.01453.6617
CIE-Lab76.225118.7167-0.2279

#deb0bd color RGB value is (222,176,189).

#deb0bd hex color red value is 222, green value is 176 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #deb0bd hue: 0.95 , saturation: 0.41 and the lightness value of deb0bd is 0.78.

The process color (four color CMYK) of #deb0bd color hex is 0.00, 0.21, 0.15, 0.13. Web safe color of #deb0bd is #cc99cc. Color #deb0bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 10111101
Octal 336 260 275
Decimal 222 176 189
Hex DE B0 BD

RGB Percentages of Color #deb0bd

%37.82
%29.98
%32.20

CMYK Percentages of Color #deb0bd

%0
%21
%15
%13

Triadic Colors of #deb0bd

#deb0bd #bddeb0 #b0bdde

Analogous Colors of #deb0bd

#deb0bd #debab0 #deb0d4

Monochromatic Colors of #deb0bd

#deb0bd

Complementary Color

#deb0bd #b0ded1

#deb0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb0bd Color CSS Codes

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

#deb0bd Text Font Color

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

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


#deb0bd Background Color

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

This div background color is #deb0bd


#deb0bd Border Color

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

This div border color is #deb0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb0bd


Comments

No comments written yet.

Please login to write comment.