Color Hex Logo

#99dbab Color Hex

#99DBAB
(153,219,171)
0 Favorites   0 Comments

Color spaces of #99dbab

RGB 153219171
HSL0.380.480.73
HSV136°30°86°
CMYK 0.300.000.22   0.14
XYZ45.819160.375647.7668
Yxy60.37560.29760.3921
Hunter Lab77.7017-30.720317.9430
CIE-Lab82.0419-30.546417.0698

#99dbab color RGB value is (153,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 10101011
Octal 231 333 253
Decimal 153 219 171
Hex 99 DB AB

RGB Percentages of Color #99dbab

%28.18
%40.33
%31.49

CMYK Percentages of Color #99dbab

%30
%0
%22
%14

Triadic Colors of #99dbab

#99dbab #ab99db #dbab99

Analogous Colors of #99dbab

#99dbab #99dbcc #a8db99

Monochromatic Colors of #99dbab

#99dbab

Complementary Color

#99dbab #db99c9

#99dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dbab Color CSS Codes

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

#99dbab Text Font Color

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

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


#99dbab Background Color

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

This div background color is #99dbab


#99dbab Border Color

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

This div border color is #99dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dbab


Comments

No comments written yet.

Please login to write comment.