Color Hex Logo

#a8babd Color Hex

#A8BABD
(168,186,189)
0 Favorites   0 Comments

Color spaces of #a8babd

RGB 168186189
HSL0.520.140.70
HSV189°11°74°
CMYK 0.110.020.00   0.26
XYZ42.892747.116854.9779
Yxy47.11680.29580.3250
Hunter Lab68.6417-8.58210.5614
CIE-Lab74.2644-5.5534-3.6314

#a8babd color RGB value is (168,186,189).

#a8babd hex color red value is 168, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a8babd hue: 0.52 , saturation: 0.14 and the lightness value of a8babd is 0.70.

The process color (four color CMYK) of #a8babd color hex is 0.11, 0.02, 0.00, 0.26. Web safe color of #a8babd is #99cccc. Color #a8babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111010 10111101
Octal 250 272 275
Decimal 168 186 189
Hex A8 BA BD

RGB Percentages of Color #a8babd

%30.94
%34.25
%34.81

CMYK Percentages of Color #a8babd

%11
%2
%0
%26

Triadic Colors of #a8babd

#a8babd #bda8ba #babda8

Analogous Colors of #a8babd

#a8babd #a8b0bd #a8bdb6

Monochromatic Colors of #a8babd

#a8babd

Complementary Color

#a8babd #bdaba8

#a8babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8babd Color CSS Codes

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

#a8babd Text Font Color

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

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


#a8babd Background Color

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

This div background color is #a8babd


#a8babd Border Color

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

This div border color is #a8babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8babd


Comments

No comments written yet.

Please login to write comment.