Color Hex Logo

#99afbb Color Hex

#99AFBB
(153,175,187)
0 Favorites   0 Comments

Color spaces of #99afbb

RGB 153175187
HSL0.560.200.67
HSV201°18°73°
CMYK 0.180.060.00   0.27
XYZ37.436541.020152.9583
Yxy41.02010.28490.3121
Hunter Lab64.0469-7.7459-4.1921
CIE-Lab70.1900-4.9960-8.6818

#99afbb color RGB value is (153,175,187).

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

The process color (four color CMYK) of #99afbb color hex is 0.18, 0.06, 0.00, 0.27. Web safe color of #99afbb is #9999cc. Color #99afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 10111011
Octal 231 257 273
Decimal 153 175 187
Hex 99 AF BB

RGB Percentages of Color #99afbb

%29.71
%33.98
%36.31

CMYK Percentages of Color #99afbb

%18
%6
%0
%27

Triadic Colors of #99afbb

#99afbb #bb99af #afbb99

Analogous Colors of #99afbb

#99afbb #999ebb #99bbb6

Monochromatic Colors of #99afbb

#99afbb

Complementary Color

#99afbb #bba599

#99afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afbb Color CSS Codes

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

#99afbb Text Font Color

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

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


#99afbb Background Color

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

This div background color is #99afbb


#99afbb Border Color

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

This div border color is #99afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afbb


Comments

No comments written yet.

Please login to write comment.