Color Hex Logo

#aca8ef Color Hex

#ACA8EF
(172,168,239)
0 Favorites   0 Comments

Color spaces of #aca8ef

RGB 172168239
HSL0.680.690.80
HSV243°30°94°
CMYK 0.280.300.00   0.06
XYZ46.595943.007987.5068
Yxy43.00790.26310.2428
Hunter Lab65.580412.0613-33.2069
CIE-Lab71.560316.8360-34.9815

#aca8ef color RGB value is (172,168,239).

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

The process color (four color CMYK) of #aca8ef color hex is 0.28, 0.30, 0.00, 0.06. Web safe color of #aca8ef is #9999ff. Color #aca8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 11101111
Octal 254 250 357
Decimal 172 168 239
Hex AC A8 EF

RGB Percentages of Color #aca8ef

%29.71
%29.02
%41.28

CMYK Percentages of Color #aca8ef

%28
%30
%0
%6

Triadic Colors of #aca8ef

#aca8ef #efaca8 #a8efac

Analogous Colors of #aca8ef

#aca8ef #d0a8ef #a8c8ef

Monochromatic Colors of #aca8ef

#aca8ef

Complementary Color

#aca8ef #ebefa8

#aca8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca8ef Color CSS Codes

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

#aca8ef Text Font Color

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

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


#aca8ef Background Color

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

This div background color is #aca8ef


#aca8ef Border Color

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

This div border color is #aca8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca8ef


Comments

No comments written yet.

Please login to write comment.