Color Hex Logo

#acaadb Color Hex

#ACAADB
(172,170,219)
0 Favorites   0 Comments

Color spaces of #acaadb

RGB 172170219
HSL0.670.400.76
HSV242°22°86°
CMYK 0.210.220.00   0.14
XYZ44.174242.634672.9189
Yxy42.63460.27660.2669
Hunter Lab65.29526.4942-20.5059
CIE-Lab71.306310.9793-24.4526

#acaadb color RGB value is (172,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11011011
Octal 254 252 333
Decimal 172 170 219
Hex AC AA DB

RGB Percentages of Color #acaadb

%30.66
%30.30
%39.04

CMYK Percentages of Color #acaadb

%21
%22
%0
%14

Triadic Colors of #acaadb

#acaadb #dbacaa #aadbac

Analogous Colors of #acaadb

#acaadb #c5aadb #aac1db

Monochromatic Colors of #acaadb

#acaadb

Complementary Color

#acaadb #d9dbaa

#acaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaadb Color CSS Codes

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

#acaadb Text Font Color

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

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


#acaadb Background Color

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

This div background color is #acaadb


#acaadb Border Color

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

This div border color is #acaadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,170,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 #acaadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaadb


Comments

No comments written yet.

Please login to write comment.