Color Hex Logo

#a08eac Color Hex

#A08EAC
(160,142,172)
0 Favorites   0 Comments

Color spaces of #a08eac

RGB 160142172
HSL0.770.150.62
HSV276°17°67°
CMYK 0.070.170.00   0.33
XYZ31.616629.798143.1150
Yxy29.79810.30250.2851
Hunter Lab54.58767.8570-8.6177
CIE-Lab61.479612.4768-13.2798

#a08eac color RGB value is (160,142,172).

#a08eac hex color red value is 160, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a08eac hue: 0.77 , saturation: 0.15 and the lightness value of a08eac is 0.62.

The process color (four color CMYK) of #a08eac color hex is 0.07, 0.17, 0.00, 0.33. Web safe color of #a08eac is #999999. Color #a08eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 10101100
Octal 240 216 254
Decimal 160 142 172
Hex A0 8E AC

RGB Percentages of Color #a08eac

%33.76
%29.96
%36.29

CMYK Percentages of Color #a08eac

%7
%17
%0
%33

Triadic Colors of #a08eac

#a08eac #aca08e #8eaca0

Analogous Colors of #a08eac

#a08eac #ac8ea9 #918eac

Monochromatic Colors of #a08eac

#a08eac

Complementary Color

#a08eac #9aac8e

#a08eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08eac Color CSS Codes

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

#a08eac Text Font Color

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

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


#a08eac Background Color

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

This div background color is #a08eac


#a08eac Border Color

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

This div border color is #a08eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08eac


Comments

No comments written yet.

Please login to write comment.