Color Hex Logo

#a49fae Color Hex

#A49FAE
(164,159,174)
0 Favorites   0 Comments

Color spaces of #a49fae

RGB 164159174
HSL0.720.080.65
HSV260°68°
CMYK 0.060.090.00   0.32
XYZ35.348035.744845.0808
Yxy35.74480.30430.3077
Hunter Lab59.78700.9079-2.8552
CIE-Lab66.32454.7193-7.1256

#a49fae color RGB value is (164,159,174).

#a49fae hex color red value is 164, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a49fae hue: 0.72 , saturation: 0.08 and the lightness value of a49fae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 10101110
Octal 244 237 256
Decimal 164 159 174
Hex A4 9F AE

RGB Percentages of Color #a49fae

%33.00
%31.99
%35.01

CMYK Percentages of Color #a49fae

%6
%9
%0
%32

Triadic Colors of #a49fae

#a49fae #aea49f #9faea4

Analogous Colors of #a49fae

#a49fae #ac9fae #9fa2ae

Monochromatic Colors of #a49fae

#a49fae

Complementary Color

#a49fae #a9ae9f

#a49fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fae Color CSS Codes

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

#a49fae Text Font Color

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

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


#a49fae Background Color

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

This div background color is #a49fae


#a49fae Border Color

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

This div border color is #a49fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fae


Comments

No comments written yet.

Please login to write comment.