Color Hex Logo

#dbaabd Color Hex

#DBAABD
(219,170,189)
0 Favorites   0 Comments

Color spaces of #dbaabd

RGB 219170189
HSL0.940.400.76
HSV337°22°86°
CMYK 0.000.220.14   0.14
XYZ52.773547.483654.5279
Yxy47.48360.34090.3068
Hunter Lab68.908316.11471.3190
CIE-Lab74.498020.8787-2.7929

#dbaabd color RGB value is (219,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10111101
Octal 333 252 275
Decimal 219 170 189
Hex DB AA BD

RGB Percentages of Color #dbaabd

%37.89
%29.41
%32.70

CMYK Percentages of Color #dbaabd

%0
%22
%14
%14

Triadic Colors of #dbaabd

#dbaabd #bddbaa #aabddb

Analogous Colors of #dbaabd

#dbaabd #dbb0aa #dbaad6

Monochromatic Colors of #dbaabd

#dbaabd

Complementary Color

#dbaabd #aadbc8

#dbaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaabd Color CSS Codes

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

#dbaabd Text Font Color

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

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


#dbaabd Background Color

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

This div background color is #dbaabd


#dbaabd Border Color

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

This div border color is #dbaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaabd


Comments

No comments written yet.

Please login to write comment.