Color Hex Logo

#9abbab Color Hex

#9ABBAB
(154,187,171)
0 Favorites   0 Comments

Color spaces of #9abbab

RGB 154187171
HSL0.420.200.67
HSV151°18°73°
CMYK 0.180.000.09   0.27
XYZ38.447445.350945.2553
Yxy45.35090.29790.3514
Hunter Lab67.3431-15.94157.2966
CIE-Lab73.1223-14.36574.4028

#9abbab color RGB value is (154,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111011 10101011
Octal 232 273 253
Decimal 154 187 171
Hex 9A BB AB

RGB Percentages of Color #9abbab

%30.08
%36.52
%33.40

CMYK Percentages of Color #9abbab

%18
%0
%9
%27

Triadic Colors of #9abbab

#9abbab #ab9abb #bbab9a

Analogous Colors of #9abbab

#9abbab #9abbbb #9abb9b

Monochromatic Colors of #9abbab

#9abbab

Complementary Color

#9abbab #bb9aaa

#9abbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abbab Color CSS Codes

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

#9abbab Text Font Color

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

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


#9abbab Background Color

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

This div background color is #9abbab


#9abbab Border Color

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

This div border color is #9abbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abbab


Comments

No comments written yet.

Please login to write comment.