Color Hex Logo

#a88aac Color Hex

#A88AAC
(168,138,172)
0 Favorites   0 Comments

Color spaces of #a88aac

RGB 168138172
HSL0.810.170.61
HSV293°20°67°
CMYK 0.020.200.00   0.33
XYZ32.683329.480342.9974
Yxy29.48030.31080.2803
Hunter Lab54.295812.4304-8.9454
CIE-Lab61.203217.5214-13.6228

#a88aac color RGB value is (168,138,172).

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

The process color (four color CMYK) of #a88aac color hex is 0.02, 0.20, 0.00, 0.33. Web safe color of #a88aac is #999999. Color #a88aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001010 10101100
Octal 250 212 254
Decimal 168 138 172
Hex A8 8A AC

RGB Percentages of Color #a88aac

%35.15
%28.87
%35.98

CMYK Percentages of Color #a88aac

%2
%20
%0
%33

Triadic Colors of #a88aac

#a88aac #aca88a #8aaca8

Analogous Colors of #a88aac

#a88aac #ac8a9f #978aac

Monochromatic Colors of #a88aac

#a88aac

Complementary Color

#a88aac #8eac8a

#a88aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88aac Color CSS Codes

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

#a88aac Text Font Color

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

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


#a88aac Background Color

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

This div background color is #a88aac


#a88aac Border Color

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

This div border color is #a88aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,138,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 #a88aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88aac


Comments

No comments written yet.

Please login to write comment.