Color Hex Logo

#a1bbaf Color Hex

#A1BBAF
(161,187,175)
0 Favorites   0 Comments

Color spaces of #a1bbaf

RGB 161187175
HSL0.420.160.68
HSV152°14°73°
CMYK 0.140.000.06   0.27
XYZ40.206146.212947.3583
Yxy46.21290.30050.3454
Hunter Lab67.9801-13.39326.2817
CIE-Lab73.6835-11.22983.0932

#a1bbaf color RGB value is (161,187,175).

#a1bbaf hex color red value is 161, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a1bbaf hue: 0.42 , saturation: 0.16 and the lightness value of a1bbaf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111011 10101111
Octal 241 273 257
Decimal 161 187 175
Hex A1 BB AF

RGB Percentages of Color #a1bbaf

%30.78
%35.76
%33.46

CMYK Percentages of Color #a1bbaf

%14
%0
%6
%27

Triadic Colors of #a1bbaf

#a1bbaf #afa1bb #bbafa1

Analogous Colors of #a1bbaf

#a1bbaf #a1babb #a1bba2

Monochromatic Colors of #a1bbaf

#a1bbaf

Complementary Color

#a1bbaf #bba1ad

#a1bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bbaf Color CSS Codes

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

#a1bbaf Text Font Color

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

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


#a1bbaf Background Color

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

This div background color is #a1bbaf


#a1bbaf Border Color

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

This div border color is #a1bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bbaf


Comments

No comments written yet.

Please login to write comment.