Color Hex Logo

#abba9b Color Hex

#ABBA9B
(171,186,155)
0 Favorites   0 Comments

Color spaces of #abba9b

RGB 171186155
HSL0.250.180.67
HSV89°17°73°
CMYK 0.080.000.17   0.27
XYZ40.269946.142337.7943
Yxy46.14230.32420.3715
Hunter Lab67.9281-13.053914.5615
CIE-Lab73.6378-10.834513.9910

#abba9b color RGB value is (171,186,155).

#abba9b hex color red value is 171, green value is 186 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #abba9b hue: 0.25 , saturation: 0.18 and the lightness value of abba9b is 0.67.

The process color (four color CMYK) of #abba9b color hex is 0.08, 0.00, 0.17, 0.27. Web safe color of #abba9b is #99cc99. Color #abba9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 10011011
Octal 253 272 233
Decimal 171 186 155
Hex AB BA 9B

RGB Percentages of Color #abba9b

%33.40
%36.33
%30.27

CMYK Percentages of Color #abba9b

%8
%0
%17
%27

Triadic Colors of #abba9b

#abba9b #9babba #ba9bab

Analogous Colors of #abba9b

#abba9b #9cba9b #baba9b

Monochromatic Colors of #abba9b

#abba9b

Complementary Color

#abba9b #aa9bba

#abba9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abba9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abba9b Color CSS Codes

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

#abba9b Text Font Color

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

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


#abba9b Background Color

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

This div background color is #abba9b


#abba9b Border Color

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

This div border color is #abba9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abba9b


Comments

No comments written yet.

Please login to write comment.