Color Hex Logo

#a8bbbd Color Hex

#A8BBBD
(168,187,189)
0 Favorites   0 Comments

Color spaces of #a8bbbd

RGB 168187189
HSL0.520.140.70
HSV186°11°74°
CMYK 0.110.010.00   0.26
XYZ43.104147.539655.0483
Yxy47.53960.29590.3263
Hunter Lab68.9490-9.06970.9276
CIE-Lab74.5336-6.0847-3.2353

#a8bbbd color RGB value is (168,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111011 10111101
Octal 250 273 275
Decimal 168 187 189
Hex A8 BB BD

RGB Percentages of Color #a8bbbd

%30.88
%34.38
%34.74

CMYK Percentages of Color #a8bbbd

%11
%1
%0
%26

Triadic Colors of #a8bbbd

#a8bbbd #bda8bb #bbbda8

Analogous Colors of #a8bbbd

#a8bbbd #a8b1bd #a8bdb5

Monochromatic Colors of #a8bbbd

#a8bbbd

Complementary Color

#a8bbbd #bdaaa8

#a8bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bbbd Color CSS Codes

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

#a8bbbd Text Font Color

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

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


#a8bbbd Background Color

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

This div background color is #a8bbbd


#a8bbbd Border Color

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

This div border color is #a8bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bbbd


Comments

No comments written yet.

Please login to write comment.