Color Hex Logo

#deb1ab Color Hex

#DEB1AB
(222,177,171)
0 Favorites   0 Comments

Color spaces of #deb1ab

RGB 222177171
HSL0.020.440.77
HSV23°87°
CMYK 0.000.200.23   0.13
XYZ53.197049.914245.3587
Yxy49.91420.35830.3362
Hunter Lab70.650010.766911.3896
CIE-Lab76.016615.42979.2792

#deb1ab color RGB value is (222,177,171).

#deb1ab hex color red value is 222, green value is 177 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #deb1ab hue: 0.02 , saturation: 0.44 and the lightness value of deb1ab is 0.77.

The process color (four color CMYK) of #deb1ab color hex is 0.00, 0.20, 0.23, 0.13. Web safe color of #deb1ab is #cc9999. Color #deb1ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110001 10101011
Octal 336 261 253
Decimal 222 177 171
Hex DE B1 AB

RGB Percentages of Color #deb1ab

%38.95
%31.05
%30.00

CMYK Percentages of Color #deb1ab

%0
%20
%23
%13

Triadic Colors of #deb1ab

#deb1ab #abdeb1 #b1abde

Analogous Colors of #deb1ab

#deb1ab #decbab #deabbf

Monochromatic Colors of #deb1ab

#deb1ab

Complementary Color

#deb1ab #abd8de

#deb1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb1ab Color CSS Codes

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

#deb1ab Text Font Color

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

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


#deb1ab Background Color

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

This div background color is #deb1ab


#deb1ab Border Color

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

This div border color is #deb1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb1ab


Comments

No comments written yet.

Please login to write comment.