Color Hex Logo

#9abbaa Color Hex

#9ABBAA
(154,187,170)
0 Favorites   0 Comments

Color spaces of #9abbaa

RGB 154187170
HSL0.410.200.67
HSV149°18°73°
CMYK 0.180.000.09   0.27
XYZ38.352445.313044.7551
Yxy45.31300.29860.3528
Hunter Lab67.3149-16.10157.7008
CIE-Lab73.0975-14.56354.9119

#9abbaa color RGB value is (154,187,170).

#9abbaa hex color red value is 154, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9abbaa hue: 0.41 , saturation: 0.20 and the lightness value of 9abbaa is 0.67.

The process color (four color CMYK) of #9abbaa color hex is 0.18, 0.00, 0.09, 0.27. Web safe color of #9abbaa is #99cc99. Color #9abbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 10101010
Octal 232 273 252
Decimal 154 187 170
Hex 9A BB AA

RGB Percentages of Color #9abbaa

%30.14
%36.59
%33.27

CMYK Percentages of Color #9abbaa

%18
%0
%9
%27

Triadic Colors of #9abbaa

#9abbaa #aa9abb #bbaa9a

Analogous Colors of #9abbaa

#9abbaa #9abbbb #9bbb9a

Monochromatic Colors of #9abbaa

#9abbaa

Complementary Color

#9abbaa #bb9aab

#9abbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abbaa Color CSS Codes

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

#9abbaa Text Font Color

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

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


#9abbaa Background Color

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

This div background color is #9abbaa


#9abbaa Border Color

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

This div border color is #9abbaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,187,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9abbaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9abbaa;
  -webkit-box-shadow: 1px 1px 3px 2px #9abbaa;
  box-shadow:         1px 1px 3px 2px #9abbaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abbaa


Comments

No comments written yet.

Please login to write comment.