Color Hex Logo

#dbb5ab Color Hex

#DBB5AB
(219,181,171)
0 Favorites   0 Comments

Color spaces of #dbb5ab

RGB 219181171
HSL0.030.400.76
HSV13°22°86°
CMYK 0.000.170.22   0.14
XYZ53.088051.048145.5833
Yxy51.04810.35460.3410
Hunter Lab71.44807.597012.1870
CIE-Lab76.708112.167210.2254

#dbb5ab color RGB value is (219,181,171).

#dbb5ab hex color red value is 219, green value is 181 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dbb5ab hue: 0.03 , saturation: 0.40 and the lightness value of dbb5ab is 0.76.

The process color (four color CMYK) of #dbb5ab color hex is 0.00, 0.17, 0.22, 0.14. Web safe color of #dbb5ab is #cccc99. Color #dbb5ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110101 10101011
Octal 333 265 253
Decimal 219 181 171
Hex DB B5 AB

RGB Percentages of Color #dbb5ab

%38.35
%31.70
%29.95

CMYK Percentages of Color #dbb5ab

%0
%17
%22
%14

Triadic Colors of #dbb5ab

#dbb5ab #abdbb5 #b5abdb

Analogous Colors of #dbb5ab

#dbb5ab #dbcdab #dbabb9

Monochromatic Colors of #dbb5ab

#dbb5ab

Complementary Color

#dbb5ab #abd1db

#dbb5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb5ab Color CSS Codes

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

#dbb5ab Text Font Color

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

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


#dbb5ab Background Color

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

This div background color is #dbb5ab


#dbb5ab Border Color

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

This div border color is #dbb5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb5ab


Comments

No comments written yet.

Please login to write comment.