Color Hex Logo

#a8acea Color Hex

#A8ACEA
(168,172,234)
0 Favorites   0 Comments

Color spaces of #a8acea

RGB 168172234
HSL0.660.610.79
HSV236°28°92°
CMYK 0.280.260.00   0.08
XYZ45.752343.770483.8790
Yxy43.77040.26390.2524
Hunter Lab66.15927.6628-28.8585
CIE-Lab72.074812.2249-31.4886

#a8acea color RGB value is (168,172,234).

#a8acea hex color red value is 168, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a8acea hue: 0.66 , saturation: 0.61 and the lightness value of a8acea is 0.79.

The process color (four color CMYK) of #a8acea color hex is 0.28, 0.26, 0.00, 0.08. Web safe color of #a8acea is #9999ff. Color #a8acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101100 11101010
Octal 250 254 352
Decimal 168 172 234
Hex A8 AC EA

RGB Percentages of Color #a8acea

%29.27
%29.97
%40.77

CMYK Percentages of Color #a8acea

%28
%26
%0
%8

Triadic Colors of #a8acea

#a8acea #eaa8ac #aceaa8

Analogous Colors of #a8acea

#a8acea #c5a8ea #a8cdea

Monochromatic Colors of #a8acea

#a8acea

Complementary Color

#a8acea #eae6a8

#a8acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8acea Color CSS Codes

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

#a8acea Text Font Color

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

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


#a8acea Background Color

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

This div background color is #a8acea


#a8acea Border Color

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

This div border color is #a8acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8acea


Comments

No comments written yet.

Please login to write comment.