Color Hex Logo

#aca8cd Color Hex

#ACA8CD
(172,168,205)
0 Favorites   0 Comments

Color spaces of #aca8cd

RGB 172168205
HSL0.680.270.73
HSV246°18°80°
CMYK 0.160.180.00   0.20
XYZ42.035341.183763.4914
Yxy41.18370.28650.2807
Hunter Lab64.17454.6148-13.7367
CIE-Lab70.30448.9428-18.2884

#aca8cd color RGB value is (172,168,205).

#aca8cd hex color red value is 172, green value is 168 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aca8cd hue: 0.68 , saturation: 0.27 and the lightness value of aca8cd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 11001101
Octal 254 250 315
Decimal 172 168 205
Hex AC A8 CD

RGB Percentages of Color #aca8cd

%31.56
%30.83
%37.61

CMYK Percentages of Color #aca8cd

%16
%18
%0
%20

Triadic Colors of #aca8cd

#aca8cd #cdaca8 #a8cdac

Analogous Colors of #aca8cd

#aca8cd #bfa8cd #a8b7cd

Monochromatic Colors of #aca8cd

#aca8cd

Complementary Color

#aca8cd #c9cda8

#aca8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca8cd Color CSS Codes

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

#aca8cd Text Font Color

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

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


#aca8cd Background Color

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

This div background color is #aca8cd


#aca8cd Border Color

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

This div border color is #aca8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca8cd


Comments

No comments written yet.

Please login to write comment.