Color Hex Logo

#deb0ab Color Hex

#DEB0AB
(222,176,171)
0 Favorites   0 Comments

Color spaces of #deb0ab

RGB 222176171
HSL0.020.440.77
HSV23°87°
CMYK 0.000.210.23   0.13
XYZ53.000249.520545.2931
Yxy49.52050.35860.3350
Hunter Lab70.370811.289511.0985
CIE-Lab75.774015.96658.9330

#deb0ab color RGB value is (222,176,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10110000 10101011
Octal 336 260 253
Decimal 222 176 171
Hex DE B0 AB

RGB Percentages of Color #deb0ab

%39.02
%30.93
%30.05

CMYK Percentages of Color #deb0ab

%0
%21
%23
%13

Triadic Colors of #deb0ab

#deb0ab #abdeb0 #b0abde

Analogous Colors of #deb0ab

#deb0ab #decaab #deabc0

Monochromatic Colors of #deb0ab

#deb0ab

Complementary Color

#deb0ab #abd9de

#deb0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deb0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#deb0ab Color CSS Codes

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

#deb0ab Text Font Color

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

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


#deb0ab Background Color

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

This div background color is #deb0ab


#deb0ab Border Color

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

This div border color is #deb0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deb0ab


Comments

No comments written yet.

Please login to write comment.