Color Hex Logo

#99d8aa Color Hex

#99D8AA
(153,216,170)
0 Favorites   0 Comments

Color spaces of #99d8aa

RGB 153216170
HSL0.380.450.72
HSV136°29°85°
CMYK 0.290.000.21   0.15
XYZ44.948458.786347.0081
Yxy58.78630.29820.3900
Hunter Lab76.6722-29.532417.3196
CIE-Lab81.1740-29.304516.3823

#99d8aa color RGB value is (153,216,170).

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

The process color (four color CMYK) of #99d8aa color hex is 0.29, 0.00, 0.21, 0.15. Web safe color of #99d8aa is #99cc99. Color #99d8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011000 10101010
Octal 231 330 252
Decimal 153 216 170
Hex 99 D8 AA

RGB Percentages of Color #99d8aa

%28.39
%40.07
%31.54

CMYK Percentages of Color #99d8aa

%29
%0
%21
%15

Triadic Colors of #99d8aa

#99d8aa #aa99d8 #d8aa99

Analogous Colors of #99d8aa

#99d8aa #99d8ca #a8d899

Monochromatic Colors of #99d8aa

#99d8aa

Complementary Color

#99d8aa #d899c7

#99d8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99d8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99d8aa Color CSS Codes

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

#99d8aa Text Font Color

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

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


#99d8aa Background Color

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

This div background color is #99d8aa


#99d8aa Border Color

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

This div border color is #99d8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99d8aa


Comments

No comments written yet.

Please login to write comment.