Color Hex Logo

#deb9bc Color Hex

#DEB9BC
(222,185,188)
0 Favorites   0 Comments

Color spaces of #deb9bc

RGB 222185188
HSL0.990.360.80
HSV355°17°87°
CMYK 0.000.170.15   0.13
XYZ56.550353.858454.9921
Yxy53.85840.34190.3256
Hunter Lab73.38839.11606.9440
CIE-Lab78.379113.72863.4491

#deb9bc color RGB value is (222,185,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111001 10111100
Octal 336 271 274
Decimal 222 185 188
Hex DE B9 BC

RGB Percentages of Color #deb9bc

%37.31
%31.09
%31.60

CMYK Percentages of Color #deb9bc

%0
%17
%15
%13

Triadic Colors of #deb9bc

#deb9bc #bcdeb9 #b9bcde

Analogous Colors of #deb9bc

#deb9bc #dec9b9 #deb9cf

Monochromatic Colors of #deb9bc

#deb9bc

Complementary Color

#deb9bc #b9dedb

#deb9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb9bc Color CSS Codes

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

#deb9bc Text Font Color

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

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


#deb9bc Background Color

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

This div background color is #deb9bc


#deb9bc Border Color

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

This div border color is #deb9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb9bc


Comments

No comments written yet.

Please login to write comment.