Color Hex Logo

#dbb1ab Color Hex

#DBB1AB
(219,177,171)
0 Favorites   0 Comments

Color spaces of #dbb1ab

RGB 219177171
HSL0.020.400.76
HSV22°86°
CMYK 0.000.190.22   0.14
XYZ52.286249.444645.3161
Yxy49.44460.35560.3363
Hunter Lab70.31699.674511.0120
CIE-Lab75.727114.31238.8269

#dbb1ab color RGB value is (219,177,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 10101011
Octal 333 261 253
Decimal 219 177 171
Hex DB B1 AB

RGB Percentages of Color #dbb1ab

%38.62
%31.22
%30.16

CMYK Percentages of Color #dbb1ab

%0
%19
%22
%14

Triadic Colors of #dbb1ab

#dbb1ab #abdbb1 #b1abdb

Analogous Colors of #dbb1ab

#dbb1ab #dbc9ab #dbabbd

Monochromatic Colors of #dbb1ab

#dbb1ab

Complementary Color

#dbb1ab #abd5db

#dbb1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb1ab Color CSS Codes

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

#dbb1ab Text Font Color

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

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


#dbb1ab Background Color

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

This div background color is #dbb1ab


#dbb1ab Border Color

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

This div border color is #dbb1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb1ab


Comments

No comments written yet.

Please login to write comment.