Color Hex Logo

#99b09a Color Hex

#99B09A
(153,176,154)
0 Favorites   0 Comments

Color spaces of #99b09a

RGB 153176154
HSL0.340.130.65
HSV123°13°69°
CMYK 0.130.000.13   0.31
XYZ34.494940.156136.5047
Yxy40.15610.31030.3613
Hunter Lab63.3688-13.728810.2032
CIE-Lab69.5806-12.23188.6130

#99b09a color RGB value is (153,176,154).

#99b09a hex color red value is 153, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #99b09a hue: 0.34 , saturation: 0.13 and the lightness value of 99b09a is 0.65.

The process color (four color CMYK) of #99b09a color hex is 0.13, 0.00, 0.13, 0.31. Web safe color of #99b09a is #999999. Color #99b09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10110000 10011010
Octal 231 260 232
Decimal 153 176 154
Hex 99 B0 9A

RGB Percentages of Color #99b09a

%31.68
%36.44
%31.88

CMYK Percentages of Color #99b09a

%13
%0
%13
%31

Triadic Colors of #99b09a

#99b09a #9a99b0 #b09a99

Analogous Colors of #99b09a

#99b09a #99b0a6 #a4b099

Monochromatic Colors of #99b09a

#99b09a

Complementary Color

#99b09a #b099af

#99b09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99b09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#99b09a Color CSS Codes

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

#99b09a Text Font Color

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

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


#99b09a Background Color

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

This div background color is #99b09a


#99b09a Border Color

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

This div border color is #99b09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99b09a


Comments

No comments written yet.

Please login to write comment.