Color Hex Logo

#a19eab Color Hex

#A19EAB
(161,158,171)
0 Favorites   0 Comments

Color spaces of #a19eab

RGB 161158171
HSL0.710.070.65
HSV254°67°
CMYK 0.060.080.00   0.33
XYZ34.275534.971143.4717
Yxy34.97110.30410.3103
Hunter Lab59.1364-0.0299-2.1892
CIE-Lab65.72623.6243-6.3621

#a19eab color RGB value is (161,158,171).

#a19eab hex color red value is 161, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a19eab hue: 0.71 , saturation: 0.07 and the lightness value of a19eab is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011110 10101011
Octal 241 236 253
Decimal 161 158 171
Hex A1 9E AB

RGB Percentages of Color #a19eab

%32.86
%32.24
%34.90

CMYK Percentages of Color #a19eab

%6
%8
%0
%33

Triadic Colors of #a19eab

#a19eab #aba19e #9eaba1

Analogous Colors of #a19eab

#a19eab #a89eab #9ea2ab

Monochromatic Colors of #a19eab

#a19eab

Complementary Color

#a19eab #a8ab9e

#a19eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19eab Color CSS Codes

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

#a19eab Text Font Color

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

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


#a19eab Background Color

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

This div background color is #a19eab


#a19eab Border Color

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

This div border color is #a19eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19eab


Comments

No comments written yet.

Please login to write comment.