Color Hex Logo

#aca9db Color Hex

#ACA9DB
(172,169,219)
0 Favorites   0 Comments

Color spaces of #aca9db

RGB 172169219
HSL0.680.410.76
HSV244°23°86°
CMYK 0.210.230.00   0.14
XYZ43.987442.261172.8566
Yxy42.26110.27650.2656
Hunter Lab65.00857.0154-20.9417
CIE-Lab71.050611.5347-24.8436

#aca9db color RGB value is (172,169,219).

#aca9db hex color red value is 172, green value is 169 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aca9db hue: 0.68 , saturation: 0.41 and the lightness value of aca9db is 0.76.

The process color (four color CMYK) of #aca9db color hex is 0.21, 0.23, 0.00, 0.14. Web safe color of #aca9db is #9999cc. Color #aca9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 11011011
Octal 254 251 333
Decimal 172 169 219
Hex AC A9 DB

RGB Percentages of Color #aca9db

%30.71
%30.18
%39.11

CMYK Percentages of Color #aca9db

%21
%23
%0
%14

Triadic Colors of #aca9db

#aca9db #dbaca9 #a9dbac

Analogous Colors of #aca9db

#aca9db #c5a9db #a9bfdb

Monochromatic Colors of #aca9db

#aca9db

Complementary Color

#aca9db #d8dba9

#aca9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca9db Color CSS Codes

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

#aca9db Text Font Color

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

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


#aca9db Background Color

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

This div background color is #aca9db


#aca9db Border Color

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

This div border color is #aca9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca9db


Comments

No comments written yet.

Please login to write comment.