Color Hex Logo

#a68eab Color Hex

#A68EAB
(166,142,171)
0 Favorites   0 Comments

Color spaces of #a68eab

RGB 166142171
HSL0.800.150.61
HSV290°17°67°
CMYK 0.030.170.00   0.33
XYZ32.749630.393342.6685
Yxy30.39330.30950.2872
Hunter Lab55.13019.5588-7.2970
CIE-Lab61.992114.3577-11.8875

#a68eab color RGB value is (166,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 10101011
Octal 246 216 253
Decimal 166 142 171
Hex A6 8E AB

RGB Percentages of Color #a68eab

%34.66
%29.65
%35.70

CMYK Percentages of Color #a68eab

%3
%17
%0
%33

Triadic Colors of #a68eab

#a68eab #aba68e #8eaba6

Analogous Colors of #a68eab

#a68eab #ab8ea2 #988eab

Monochromatic Colors of #a68eab

#a68eab

Complementary Color

#a68eab #93ab8e

#a68eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68eab Color CSS Codes

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

#a68eab Text Font Color

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

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


#a68eab Background Color

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

This div background color is #a68eab


#a68eab Border Color

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

This div border color is #a68eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68eab


Comments

No comments written yet.

Please login to write comment.