Color Hex Logo

#a39cae Color Hex

#A39CAE
(163,156,174)
0 Favorites   0 Comments

Color spaces of #a39cae

RGB 163156174
HSL0.730.100.65
HSV263°10°68°
CMYK 0.060.100.00   0.32
XYZ34.632734.619544.9013
Yxy34.61950.30340.3033
Hunter Lab58.83832.0994-4.0591
CIE-Lab65.45136.0409-8.4329

#a39cae color RGB value is (163,156,174).

#a39cae hex color red value is 163, green value is 156 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a39cae hue: 0.73 , saturation: 0.10 and the lightness value of a39cae is 0.65.

The process color (four color CMYK) of #a39cae color hex is 0.06, 0.10, 0.00, 0.32. Web safe color of #a39cae is #999999. Color #a39cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011100 10101110
Octal 243 234 256
Decimal 163 156 174
Hex A3 9C AE

RGB Percentages of Color #a39cae

%33.06
%31.64
%35.29

CMYK Percentages of Color #a39cae

%6
%10
%0
%32

Triadic Colors of #a39cae

#a39cae #aea39c #9caea3

Analogous Colors of #a39cae

#a39cae #ac9cae #9c9eae

Monochromatic Colors of #a39cae

#a39cae

Complementary Color

#a39cae #a7ae9c

#a39cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a39cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a39cae Color CSS Codes

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

#a39cae Text Font Color

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

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


#a39cae Background Color

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

This div background color is #a39cae


#a39cae Border Color

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

This div border color is #a39cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,156,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a39cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a39cae;
  -webkit-box-shadow: 1px 1px 3px 2px #a39cae;
  box-shadow:         1px 1px 3px 2px #a39cae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,156,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a39cae


Comments

No comments written yet.

Please login to write comment.