Color Hex Logo

#a8afbf Color Hex

#A8AFBF
(168,175,191)
0 Favorites   0 Comments

Color spaces of #a8afbf

RGB 168175191
HSL0.620.150.70
HSV222°12°75°
CMYK 0.120.080.00   0.25
XYZ40.882442.746455.3864
Yxy42.74640.29410.3075
Hunter Lab65.3807-2.8007-4.4602
CIE-Lab71.38250.7809-8.9937

#a8afbf color RGB value is (168,175,191).

#a8afbf hex color red value is 168, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a8afbf hue: 0.62 , saturation: 0.15 and the lightness value of a8afbf is 0.70.

The process color (four color CMYK) of #a8afbf color hex is 0.12, 0.08, 0.00, 0.25. Web safe color of #a8afbf is #9999cc. Color #a8afbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101111 10111111
Octal 250 257 277
Decimal 168 175 191
Hex A8 AF BF

RGB Percentages of Color #a8afbf

%31.46
%32.77
%35.77

CMYK Percentages of Color #a8afbf

%12
%8
%0
%25

Triadic Colors of #a8afbf

#a8afbf #bfa8af #afbfa8

Analogous Colors of #a8afbf

#a8afbf #ada8bf #a8bbbf

Monochromatic Colors of #a8afbf

#a8afbf

Complementary Color

#a8afbf #bfb8a8

#a8afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8afbf Color CSS Codes

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

#a8afbf Text Font Color

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

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


#a8afbf Background Color

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

This div background color is #a8afbf


#a8afbf Border Color

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

This div border color is #a8afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8afbf


Comments

No comments written yet.

Please login to write comment.