Color Hex Logo

#a896af Color Hex

#A896AF
(168,150,175)
0 Favorites   0 Comments

Color spaces of #a896af

RGB 168150175
HSL0.790.140.64
HSV283°14°69°
CMYK 0.040.140.00   0.31
XYZ34.792733.232745.1382
Yxy33.23270.30750.2937
Hunter Lab57.64786.8480-6.0706
CIE-Lab64.348911.3419-10.5950

#a896af color RGB value is (168,150,175).

#a896af hex color red value is 168, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a896af hue: 0.79 , saturation: 0.14 and the lightness value of a896af is 0.64.

The process color (four color CMYK) of #a896af color hex is 0.04, 0.14, 0.00, 0.31. Web safe color of #a896af is #999999. Color #a896af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010110 10101111
Octal 250 226 257
Decimal 168 150 175
Hex A8 96 AF

RGB Percentages of Color #a896af

%34.08
%30.43
%35.50

CMYK Percentages of Color #a896af

%4
%14
%0
%31

Triadic Colors of #a896af

#a896af #afa896 #96afa8

Analogous Colors of #a896af

#a896af #af96aa #9c96af

Monochromatic Colors of #a896af

#a896af

Complementary Color

#a896af #9daf96

#a896af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a896af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a896af Color CSS Codes

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

#a896af Text Font Color

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

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


#a896af Background Color

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

This div background color is #a896af


#a896af Border Color

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

This div border color is #a896af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,150,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a896af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a896af;
  -webkit-box-shadow: 1px 1px 3px 2px #a896af;
  box-shadow:         1px 1px 3px 2px #a896af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,150,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a896af


Comments

No comments written yet.

Please login to write comment.