Color Hex Logo

#aca8de Color Hex

#ACA8DE
(172,168,222)
0 Favorites   0 Comments

Color spaces of #aca8de

RGB 172168222
HSL0.680.450.76
HSV244°24°87°
CMYK 0.230.240.00   0.13
XYZ44.200742.049874.8940
Yxy42.04980.27430.2609
Hunter Lab64.84588.1904-23.0852
CIE-Lab70.905212.7852-26.7098

#aca8de color RGB value is (172,168,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 11011110
Octal 254 250 336
Decimal 172 168 222
Hex AC A8 DE

RGB Percentages of Color #aca8de

%30.60
%29.89
%39.50

CMYK Percentages of Color #aca8de

%23
%24
%0
%13

Triadic Colors of #aca8de

#aca8de #deaca8 #a8deac

Analogous Colors of #aca8de

#aca8de #c7a8de #a8bfde

Monochromatic Colors of #aca8de

#aca8de

Complementary Color

#aca8de #dadea8

#aca8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca8de Color CSS Codes

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

#aca8de Text Font Color

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

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


#aca8de Background Color

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

This div background color is #aca8de


#aca8de Border Color

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

This div border color is #aca8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca8de


Comments

No comments written yet.

Please login to write comment.