Color Hex Logo

#dbaac4 Color Hex

#DBAAC4
(219,170,196)
0 Favorites   0 Comments

Color spaces of #dbaac4

RGB 219170196
HSL0.910.400.76
HSV328°22°86°
CMYK 0.000.220.11   0.14
XYZ53.551947.795058.6274
Yxy47.79500.33480.2988
Hunter Lab69.133917.2837-1.8857
CIE-Lab74.695422.0385-6.3370

#dbaac4 color RGB value is (219,170,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11000100
Octal 333 252 304
Decimal 219 170 196
Hex DB AA C4

RGB Percentages of Color #dbaac4

%37.44
%29.06
%33.50

CMYK Percentages of Color #dbaac4

%0
%22
%11
%14

Triadic Colors of #dbaac4

#dbaac4 #c4dbaa #aac4db

Analogous Colors of #dbaac4

#dbaac4 #dbaaac #daaadb

Monochromatic Colors of #dbaac4

#dbaac4

Complementary Color

#dbaac4 #aadbc1

#dbaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaac4 Color CSS Codes

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

#dbaac4 Text Font Color

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

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


#dbaac4 Background Color

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

This div background color is #dbaac4


#dbaac4 Border Color

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

This div border color is #dbaac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaac4


Comments

No comments written yet.

Please login to write comment.