Color Hex Logo

#acacd5 Color Hex

#ACACD5
(172,172,213)
0 Favorites   0 Comments

Color spaces of #acacd5

RGB 172172213
HSL0.670.330.75
HSV240°19°84°
CMYK 0.190.190.00   0.16
XYZ43.776043.079868.9588
Yxy43.07980.28090.2765
Hunter Lab65.63524.1906-16.3476
CIE-Lab71.60918.5067-20.7037

#acacd5 color RGB value is (172,172,213).

#acacd5 hex color red value is 172, green value is 172 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #acacd5 hue: 0.67 , saturation: 0.33 and the lightness value of acacd5 is 0.75.

The process color (four color CMYK) of #acacd5 color hex is 0.19, 0.19, 0.00, 0.16. Web safe color of #acacd5 is #9999cc. Color #acacd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 11010101
Octal 254 254 325
Decimal 172 172 213
Hex AC AC D5

RGB Percentages of Color #acacd5

%30.88
%30.88
%38.24

CMYK Percentages of Color #acacd5

%19
%19
%0
%16

Triadic Colors of #acacd5

#acacd5 #d5acac #acd5ac

Analogous Colors of #acacd5

#acacd5 #c1acd5 #acc1d5

Monochromatic Colors of #acacd5

#acacd5

Complementary Color

#acacd5 #d5d5ac

#acacd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acacd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acacd5 Color CSS Codes

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

#acacd5 Text Font Color

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

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


#acacd5 Background Color

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

This div background color is #acacd5


#acacd5 Border Color

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

This div border color is #acacd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acacd5


Comments

No comments written yet.

Please login to write comment.