Color Hex Logo

#dbacc9 Color Hex

#DBACC9
(219,172,201)
0 Favorites   0 Comments

Color spaces of #dbacc9

RGB 219172201
HSL0.900.390.77
HSV323°21°86°
CMYK 0.000.210.08   0.14
XYZ54.508648.782261.8013
Yxy48.78220.33020.2955
Hunter Lab69.844317.0794-3.5714
CIE-Lab75.315621.8100-8.1525

#dbacc9 color RGB value is (219,172,201).

#dbacc9 hex color red value is 219, green value is 172 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dbacc9 hue: 0.90 , saturation: 0.39 and the lightness value of dbacc9 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 11001001
Octal 333 254 311
Decimal 219 172 201
Hex DB AC C9

RGB Percentages of Color #dbacc9

%36.99
%29.05
%33.95

CMYK Percentages of Color #dbacc9

%0
%21
%8
%14

Triadic Colors of #dbacc9

#dbacc9 #c9dbac #acc9db

Analogous Colors of #dbacc9

#dbacc9 #dbacb2 #d6acdb

Monochromatic Colors of #dbacc9

#dbacc9

Complementary Color

#dbacc9 #acdbbe

#dbacc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacc9 Color CSS Codes

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

#dbacc9 Text Font Color

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

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


#dbacc9 Background Color

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

This div background color is #dbacc9


#dbacc9 Border Color

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

This div border color is #dbacc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacc9


Comments

No comments written yet.

Please login to write comment.