Color Hex Logo

#a798ae Color Hex

#A798AE
(167,152,174)
0 Favorites   0 Comments

Color spaces of #a798ae

RGB 167152174
HSL0.780.120.64
HSV281°13°68°
CMYK 0.040.130.00   0.32
XYZ34.804633.728044.7201
Yxy33.72800.30730.2978
Hunter Lab58.07585.3417-5.0020
CIE-Lab64.74619.6706-9.4483

#a798ae color RGB value is (167,152,174).

#a798ae hex color red value is 167, green value is 152 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a798ae hue: 0.78 , saturation: 0.12 and the lightness value of a798ae is 0.64.

The process color (four color CMYK) of #a798ae color hex is 0.04, 0.13, 0.00, 0.32. Web safe color of #a798ae is #999999. Color #a798ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 10101110
Octal 247 230 256
Decimal 167 152 174
Hex A7 98 AE

RGB Percentages of Color #a798ae

%33.87
%30.83
%35.29

CMYK Percentages of Color #a798ae

%4
%13
%0
%32

Triadic Colors of #a798ae

#a798ae #aea798 #98aea7

Analogous Colors of #a798ae

#a798ae #ae98aa #9c98ae

Monochromatic Colors of #a798ae

#a798ae

Complementary Color

#a798ae #9fae98

#a798ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a798ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a798ae Color CSS Codes

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

#a798ae Text Font Color

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

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


#a798ae Background Color

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

This div background color is #a798ae


#a798ae Border Color

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

This div border color is #a798ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a798ae


Comments

No comments written yet.

Please login to write comment.