Color Hex Logo

#dbaab4 Color Hex

#DBAAB4
(219,170,180)
0 Favorites   0 Comments

Color spaces of #dbaab4

RGB 219170180
HSL0.970.400.76
HSV348°22°86°
CMYK 0.000.220.18   0.14
XYZ51.826447.104849.5406
Yxy47.10480.34910.3173
Hunter Lab68.632914.68215.2464
CIE-Lab74.256819.44551.7889

#dbaab4 color RGB value is (219,170,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 10110100
Octal 333 252 264
Decimal 219 170 180
Hex DB AA B4

RGB Percentages of Color #dbaab4

%38.49
%29.88
%31.63

CMYK Percentages of Color #dbaab4

%0
%22
%18
%14

Triadic Colors of #dbaab4

#dbaab4 #b4dbaa #aab4db

Analogous Colors of #dbaab4

#dbaab4 #dbb9aa #dbaacd

Monochromatic Colors of #dbaab4

#dbaab4

Complementary Color

#dbaab4 #aadbd1

#dbaab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaab4 Color CSS Codes

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

#dbaab4 Text Font Color

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

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


#dbaab4 Background Color

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

This div background color is #dbaab4


#dbaab4 Border Color

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

This div border color is #dbaab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaab4


Comments

No comments written yet.

Please login to write comment.