Color Hex Logo

#a8bbaf Color Hex

#A8BBAF
(168,187,175)
0 Favorites   0 Comments

Color spaces of #a8bbaf

RGB 168187175
HSL0.390.120.70
HSV142°10°73°
CMYK 0.100.000.06   0.27
XYZ41.656646.960647.4262
Yxy46.96060.30620.3452
Hunter Lab68.5278-11.41736.9365
CIE-Lab74.1646-8.84313.8502

#a8bbaf color RGB value is (168,187,175).

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

The process color (four color CMYK) of #a8bbaf color hex is 0.10, 0.00, 0.06, 0.27. Web safe color of #a8bbaf is #99cc99. Color #a8bbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111011 10101111
Octal 250 273 257
Decimal 168 187 175
Hex A8 BB AF

RGB Percentages of Color #a8bbaf

%31.70
%35.28
%33.02

CMYK Percentages of Color #a8bbaf

%10
%0
%6
%27

Triadic Colors of #a8bbaf

#a8bbaf #afa8bb #bbafa8

Analogous Colors of #a8bbaf

#a8bbaf #a8bbb9 #abbba8

Monochromatic Colors of #a8bbaf

#a8bbaf

Complementary Color

#a8bbaf #bba8b4

#a8bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bbaf Color CSS Codes

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

#a8bbaf Text Font Color

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

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


#a8bbaf Background Color

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

This div background color is #a8bbaf


#a8bbaf Border Color

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

This div border color is #a8bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bbaf

#a8bbaf Color Palettes


Comments

No comments written yet.

Please login to write comment.