Color Hex Logo

#a8b6ba Color Hex

#A8B6BA
(168,182,186)
0 Favorites   0 Comments

Color spaces of #a8b6ba

RGB 168182186
HSL0.540.120.69
HSV193°10°73°
CMYK 0.100.020.00   0.27
XYZ41.739345.325953.0032
Yxy45.32590.29800.3236
Hunter Lab67.3245-7.15290.4494
CIE-Lab73.1060-4.0290-3.6987

#a8b6ba color RGB value is (168,182,186).

#a8b6ba hex color red value is 168, green value is 182 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a8b6ba hue: 0.54 , saturation: 0.12 and the lightness value of a8b6ba is 0.69.

The process color (four color CMYK) of #a8b6ba color hex is 0.10, 0.02, 0.00, 0.27. Web safe color of #a8b6ba is #99cccc. Color #a8b6ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110110 10111010
Octal 250 266 272
Decimal 168 182 186
Hex A8 B6 BA

RGB Percentages of Color #a8b6ba

%31.34
%33.96
%34.70

CMYK Percentages of Color #a8b6ba

%10
%2
%0
%27

Triadic Colors of #a8b6ba

#a8b6ba #baa8b6 #b6baa8

Analogous Colors of #a8b6ba

#a8b6ba #a8adba #a8bab5

Monochromatic Colors of #a8b6ba

#a8b6ba

Complementary Color

#a8b6ba #baaca8

#a8b6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b6ba Color CSS Codes

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

#a8b6ba Text Font Color

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

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


#a8b6ba Background Color

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

This div background color is #a8b6ba


#a8b6ba Border Color

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

This div border color is #a8b6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b6ba

#a8b6ba Color Palettes


Comments

No comments written yet.

Please login to write comment.