Color Hex Logo

#a18eab Color Hex

#A18EAB
(161,142,171)
0 Favorites   0 Comments

Color spaces of #a18eab

RGB 161142171
HSL0.780.150.61
HSV279°17°67°
CMYK 0.060.170.00   0.33
XYZ31.721629.863342.6204
Yxy29.86330.30440.2866
Hunter Lab54.64737.9826-7.9882
CIE-Lab61.536112.6165-12.6187

#a18eab color RGB value is (161,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 10101011
Octal 241 216 253
Decimal 161 142 171
Hex A1 8E AB

RGB Percentages of Color #a18eab

%33.97
%29.96
%36.08

CMYK Percentages of Color #a18eab

%6
%17
%0
%33

Triadic Colors of #a18eab

#a18eab #aba18e #8eaba1

Analogous Colors of #a18eab

#a18eab #ab8ea7 #938eab

Monochromatic Colors of #a18eab

#a18eab

Complementary Color

#a18eab #98ab8e

#a18eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18eab Color CSS Codes

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

#a18eab Text Font Color

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

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


#a18eab Background Color

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

This div background color is #a18eab


#a18eab Border Color

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

This div border color is #a18eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18eab


Comments

No comments written yet.

Please login to write comment.