Color Hex Logo

#a6babf Color Hex

#A6BABF
(166,186,191)
0 Favorites   0 Comments

Color spaces of #a6babf

RGB 166186191
HSL0.530.160.70
HSV192°13°75°
CMYK 0.130.030.00   0.25
XYZ42.688846.986456.1096
Yxy46.98640.29280.3223
Hunter Lab68.5466-8.7921-0.5498
CIE-Lab74.1811-5.8029-4.8605

#a6babf color RGB value is (166,186,191).

#a6babf hex color red value is 166, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a6babf hue: 0.53 , saturation: 0.16 and the lightness value of a6babf is 0.70.

The process color (four color CMYK) of #a6babf color hex is 0.13, 0.03, 0.00, 0.25. Web safe color of #a6babf is #99cccc. Color #a6babf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111010 10111111
Octal 246 272 277
Decimal 166 186 191
Hex A6 BA BF

RGB Percentages of Color #a6babf

%30.57
%34.25
%35.17

CMYK Percentages of Color #a6babf

%13
%3
%0
%25

Triadic Colors of #a6babf

#a6babf #bfa6ba #babfa6

Analogous Colors of #a6babf

#a6babf #a6aebf #a6bfb8

Monochromatic Colors of #a6babf

#a6babf

Complementary Color

#a6babf #bfaba6

#a6babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6babf Color CSS Codes

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

#a6babf Text Font Color

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

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


#a6babf Background Color

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

This div background color is #a6babf


#a6babf Border Color

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

This div border color is #a6babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6babf

#a6babf Color Palettes


Comments

No comments written yet.

Please login to write comment.