Color Hex Logo

#dbaac8 Color Hex

#DBAAC8
(219,170,200)
0 Favorites   0 Comments

Color spaces of #dbaac8

RGB 219170200
HSL0.900.400.76
HSV323°22°86°
CMYK 0.000.220.09   0.14
XYZ54.013547.979761.0578
Yxy47.97970.33130.2943
Hunter Lab69.267417.9733-3.7758
CIE-Lab74.812122.7187-8.3538

#dbaac8 color RGB value is (219,170,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101010 11001000
Octal 333 252 310
Decimal 219 170 200
Hex DB AA C8

RGB Percentages of Color #dbaac8

%37.18
%28.86
%33.96

CMYK Percentages of Color #dbaac8

%0
%22
%9
%14

Triadic Colors of #dbaac8

#dbaac8 #c8dbaa #aac8db

Analogous Colors of #dbaac8

#dbaac8 #dbaab0 #d6aadb

Monochromatic Colors of #dbaac8

#dbaac8

Complementary Color

#dbaac8 #aadbbd

#dbaac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaac8 Color CSS Codes

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

#dbaac8 Text Font Color

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

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


#dbaac8 Background Color

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

This div background color is #dbaac8


#dbaac8 Border Color

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

This div border color is #dbaac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaac8


Comments

No comments written yet.

Please login to write comment.