Color Hex Logo

#acaadd Color Hex

#ACAADD
(172,170,221)
0 Favorites   0 Comments

Color spaces of #acaadd

RGB 172170221
HSL0.670.430.77
HSV242°23°87°
CMYK 0.220.230.00   0.13
XYZ44.439142.740674.3142
Yxy42.74060.27520.2647
Hunter Lab65.37636.9257-21.6324
CIE-Lab71.378611.4403-25.4370

#acaadd color RGB value is (172,170,221).

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

The process color (four color CMYK) of #acaadd color hex is 0.22, 0.23, 0.00, 0.13. Web safe color of #acaadd is #9999cc. Color #acaadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11011101
Octal 254 252 335
Decimal 172 170 221
Hex AC AA DD

RGB Percentages of Color #acaadd

%30.55
%30.20
%39.25

CMYK Percentages of Color #acaadd

%22
%23
%0
%13

Triadic Colors of #acaadd

#acaadd #ddacaa #aaddac

Analogous Colors of #acaadd

#acaadd #c6aadd #aac2dd

Monochromatic Colors of #acaadd

#acaadd

Complementary Color

#acaadd #dbddaa

#acaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaadd Color CSS Codes

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

#acaadd Text Font Color

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

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


#acaadd Background Color

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

This div background color is #acaadd


#acaadd Border Color

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

This div border color is #acaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaadd


Comments

No comments written yet.

Please login to write comment.