Color Hex Logo

#99bbba Color Hex

#99BBBA
(153,187,186)
0 Favorites   0 Comments

Color spaces of #99bbba

RGB 153187186
HSL0.500.200.67
HSV178°18°73°
CMYK 0.180.000.01   0.27
XYZ39.770145.858153.2098
Yxy45.85810.28640.3303
Hunter Lab67.7186-13.67730.8160
CIE-Lab73.4534-11.5997-3.3039

#99bbba color RGB value is (153,187,186).

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

The process color (four color CMYK) of #99bbba color hex is 0.18, 0.00, 0.01, 0.27. Web safe color of #99bbba is #99cccc. Color #99bbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111011 10111010
Octal 231 273 272
Decimal 153 187 186
Hex 99 BB BA

RGB Percentages of Color #99bbba

%29.09
%35.55
%35.36

CMYK Percentages of Color #99bbba

%18
%0
%1
%27

Triadic Colors of #99bbba

#99bbba #ba99bb #bbba99

Analogous Colors of #99bbba

#99bbba #99abbb #99bba9

Monochromatic Colors of #99bbba

#99bbba

Complementary Color

#99bbba #bb999a

#99bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bbba Color CSS Codes

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

#99bbba Text Font Color

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

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


#99bbba Background Color

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

This div background color is #99bbba


#99bbba Border Color

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

This div border color is #99bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bbba


Comments

No comments written yet.

Please login to write comment.