Color Hex Logo

#dbb0ab Color Hex

#DBB0AB
(219,176,171)
0 Favorites   0 Comments

Color spaces of #dbb0ab

RGB 219176171
HSL0.020.400.76
HSV22°86°
CMYK 0.000.200.22   0.14
XYZ52.089449.051045.2505
Yxy49.05100.35580.3351
Hunter Lab70.036410.195210.7183
CIE-Lab75.483014.84958.4782

#dbb0ab color RGB value is (219,176,171).

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

The process color (four color CMYK) of #dbb0ab color hex is 0.00, 0.20, 0.22, 0.14. Web safe color of #dbb0ab is #cc9999. Color #dbb0ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 10101011
Octal 333 260 253
Decimal 219 176 171
Hex DB B0 AB

RGB Percentages of Color #dbb0ab

%38.69
%31.10
%30.21

CMYK Percentages of Color #dbb0ab

%0
%20
%22
%14

Triadic Colors of #dbb0ab

#dbb0ab #abdbb0 #b0abdb

Analogous Colors of #dbb0ab

#dbb0ab #dbc8ab #dbabbe

Monochromatic Colors of #dbb0ab

#dbb0ab

Complementary Color

#dbb0ab #abd6db

#dbb0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb0ab Color CSS Codes

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

#dbb0ab Text Font Color

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

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


#dbb0ab Background Color

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

This div background color is #dbb0ab


#dbb0ab Border Color

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

This div border color is #dbb0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb0ab


Comments

No comments written yet.

Please login to write comment.