Color Hex Logo

#dbaba9 Color Hex

#DBABA9
(219,171,169)
0 Favorites   0 Comments

Color spaces of #dbaba9

RGB 219171169
HSL0.010.410.76
HSV23°86°
CMYK 0.000.220.23   0.14
XYZ50.937847.050543.9331
Yxy47.05050.35890.3315
Hunter Lab68.593412.516710.0409
CIE-Lab74.222117.24707.7668

#dbaba9 color RGB value is (219,171,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101011 10101001
Octal 333 253 251
Decimal 219 171 169
Hex DB AB A9

RGB Percentages of Color #dbaba9

%39.18
%30.59
%30.23

CMYK Percentages of Color #dbaba9

%0
%22
%23
%14

Triadic Colors of #dbaba9

#dbaba9 #a9dbab #aba9db

Analogous Colors of #dbaba9

#dbaba9 #dbc4a9 #dba9c0

Monochromatic Colors of #dbaba9

#dbaba9

Complementary Color

#dbaba9 #a9d9db

#dbaba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaba9 Color CSS Codes

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

#dbaba9 Text Font Color

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

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


#dbaba9 Background Color

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

This div background color is #dbaba9


#dbaba9 Border Color

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

This div border color is #dbaba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaba9


Comments

No comments written yet.

Please login to write comment.