Color Hex Logo

#acacdd Color Hex

#ACACDD
(172,172,221)
0 Favorites   0 Comments

Color spaces of #acacdd

RGB 172172221
HSL0.670.420.77
HSV240°22°87°
CMYK 0.220.220.00   0.13
XYZ44.816943.496274.4401
Yxy43.49620.27540.2673
Hunter Lab65.95165.8828-20.7549
CIE-Lab71.890510.3304-24.6538

#acacdd color RGB value is (172,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 11011101
Octal 254 254 335
Decimal 172 172 221
Hex AC AC DD

RGB Percentages of Color #acacdd

%30.44
%30.44
%39.12

CMYK Percentages of Color #acacdd

%22
%22
%0
%13

Triadic Colors of #acacdd

#acacdd #ddacac #acddac

Analogous Colors of #acacdd

#acacdd #c5acdd #acc5dd

Monochromatic Colors of #acacdd

#acacdd

Complementary Color

#acacdd #ddddac

#acacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acacdd Color CSS Codes

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

#acacdd Text Font Color

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

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


#acacdd Background Color

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

This div background color is #acacdd


#acacdd Border Color

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

This div border color is #acacdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acacdd


Comments

No comments written yet.

Please login to write comment.