Color Hex Logo

#99dbaa Color Hex

#99DBAA
(153,219,170)
0 Favorites   0 Comments

Color spaces of #99dbaa

RGB 153219170
HSL0.380.480.73
HSV135°30°86°
CMYK 0.300.000.22   0.14
XYZ45.724160.337647.2666
Yxy60.33760.29820.3935
Hunter Lab77.6773-30.862718.2962
CIE-Lab82.0213-30.728817.5667

#99dbaa color RGB value is (153,219,170).

#99dbaa hex color red value is 153, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #99dbaa hue: 0.38 , saturation: 0.48 and the lightness value of 99dbaa is 0.73.

The process color (four color CMYK) of #99dbaa color hex is 0.30, 0.00, 0.22, 0.14. Web safe color of #99dbaa is #99cc99. Color #99dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 10101010
Octal 231 333 252
Decimal 153 219 170
Hex 99 DB AA

RGB Percentages of Color #99dbaa

%28.23
%40.41
%31.37

CMYK Percentages of Color #99dbaa

%30
%0
%22
%14

Triadic Colors of #99dbaa

#99dbaa #aa99db #dbaa99

Analogous Colors of #99dbaa

#99dbaa #99dbcb #a9db99

Monochromatic Colors of #99dbaa

#99dbaa

Complementary Color

#99dbaa #db99ca

#99dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dbaa Color CSS Codes

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

#99dbaa Text Font Color

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

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


#99dbaa Background Color

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

This div background color is #99dbaa


#99dbaa Border Color

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

This div border color is #99dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dbaa


Comments

No comments written yet.

Please login to write comment.