Color Hex Logo

#a88eab Color Hex

#A88EAB
(168,142,171)
0 Favorites   0 Comments

Color spaces of #a88eab

RGB 168142171
HSL0.820.150.61
HSV294°17°67°
CMYK 0.020.170.00   0.33
XYZ33.172130.611142.6883
Yxy30.61110.31160.2875
Hunter Lab55.327310.1989-7.0167
CIE-Lab62.178015.0576-11.5897

#a88eab color RGB value is (168,142,171).

#a88eab hex color red value is 168, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a88eab hue: 0.82 , saturation: 0.15 and the lightness value of a88eab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001110 10101011
Octal 250 216 253
Decimal 168 142 171
Hex A8 8E AB

RGB Percentages of Color #a88eab

%34.93
%29.52
%35.55

CMYK Percentages of Color #a88eab

%2
%17
%0
%33

Triadic Colors of #a88eab

#a88eab #aba88e #8eaba8

Analogous Colors of #a88eab

#a88eab #ab8ea0 #9a8eab

Monochromatic Colors of #a88eab

#a88eab

Complementary Color

#a88eab #91ab8e

#a88eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88eab Color CSS Codes

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

#a88eab Text Font Color

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

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


#a88eab Background Color

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

This div background color is #a88eab


#a88eab Border Color

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

This div border color is #a88eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88eab


Comments

No comments written yet.

Please login to write comment.