Color Hex Logo

#99bbab Color Hex

#99BBAB
(153,187,171)
0 Favorites   0 Comments

Color spaces of #99bbab

RGB 153187171
HSL0.420.200.67
HSV152°18°73°
CMYK 0.180.000.09   0.27
XYZ38.257945.253245.2464
Yxy45.25320.29710.3515
Hunter Lab67.2705-16.20737.2107
CIE-Lab73.0583-14.69824.3021

#99bbab color RGB value is (153,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111011 10101011
Octal 231 273 253
Decimal 153 187 171
Hex 99 BB AB

RGB Percentages of Color #99bbab

%29.94
%36.59
%33.46

CMYK Percentages of Color #99bbab

%18
%0
%9
%27

Triadic Colors of #99bbab

#99bbab #ab99bb #bbab99

Analogous Colors of #99bbab

#99bbab #99babb #99bb9a

Monochromatic Colors of #99bbab

#99bbab

Complementary Color

#99bbab #bb99a9

#99bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bbab Color CSS Codes

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

#99bbab Text Font Color

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

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


#99bbab Background Color

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

This div background color is #99bbab


#99bbab Border Color

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

This div border color is #99bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bbab


Comments

No comments written yet.

Please login to write comment.