Color Hex Logo

#dbaad4 Color Hex

#DBAAD4
(219,170,212)
0 Favorites   0 Comments

Color spaces of #dbaad4

RGB 219170212
HSL0.860.400.76
HSV309°22°86°
CMYK 0.000.220.03   0.14
XYZ55.471848.563068.7373
Yxy48.56300.32110.2811
Hunter Lab69.687220.1356-9.7008
CIE-Lab75.178724.8330-14.3652

#dbaad4 color RGB value is (219,170,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11010100
Octal 333 252 324
Decimal 219 170 212
Hex DB AA D4

RGB Percentages of Color #dbaad4

%36.44
%28.29
%35.27

CMYK Percentages of Color #dbaad4

%0
%22
%3
%14

Triadic Colors of #dbaad4

#dbaad4 #d4dbaa #aad4db

Analogous Colors of #dbaad4

#dbaad4 #dbaabc #caaadb

Monochromatic Colors of #dbaad4

#dbaad4

Complementary Color

#dbaad4 #aadbb1

#dbaad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaad4 Color CSS Codes

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

#dbaad4 Text Font Color

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

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


#dbaad4 Background Color

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

This div background color is #dbaad4


#dbaad4 Border Color

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

This div border color is #dbaad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaad4


Comments

No comments written yet.

Please login to write comment.