Color Hex Logo

#a18dac Color Hex

#A18DAC
(161,141,172)
0 Favorites   0 Comments

Color spaces of #a18dac

RGB 161141172
HSL0.770.160.61
HSV279°18°67°
CMYK 0.060.180.00   0.33
XYZ31.669229.605443.0750
Yxy29.60540.30350.2837
Hunter Lab54.41088.6749-8.8501
CIE-Lab61.312213.3903-13.5230

#a18dac color RGB value is (161,141,172).

#a18dac hex color red value is 161, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a18dac hue: 0.77 , saturation: 0.16 and the lightness value of a18dac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001101 10101100
Octal 241 215 254
Decimal 161 141 172
Hex A1 8D AC

RGB Percentages of Color #a18dac

%33.97
%29.75
%36.29

CMYK Percentages of Color #a18dac

%6
%18
%0
%33

Triadic Colors of #a18dac

#a18dac #aca18d #8daca1

Analogous Colors of #a18dac

#a18dac #ac8da8 #928dac

Monochromatic Colors of #a18dac

#a18dac

Complementary Color

#a18dac #98ac8d

#a18dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18dac Color CSS Codes

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

#a18dac Text Font Color

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

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


#a18dac Background Color

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

This div background color is #a18dac


#a18dac Border Color

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

This div border color is #a18dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18dac


Comments

No comments written yet.

Please login to write comment.