Color Hex Logo

#99edaa Color Hex

#99EDAA
(153,237,170)
0 Favorites   0 Comments

Color spaces of #99edaa

RGB 153237170
HSL0.370.700.76
HSV132°35°93°
CMYK 0.350.000.28   0.07
XYZ50.676870.243048.9175
Yxy70.24300.29840.4136
Hunter Lab83.8111-38.738524.0623
CIE-Lab87.1159-39.024824.6075

#99edaa color RGB value is (153,237,170).

#99edaa hex color red value is 153, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #99edaa hue: 0.37 , saturation: 0.70 and the lightness value of 99edaa is 0.76.

The process color (four color CMYK) of #99edaa color hex is 0.35, 0.00, 0.28, 0.07. Web safe color of #99edaa is #99ff99. Color #99edaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101101 10101010
Octal 231 355 252
Decimal 153 237 170
Hex 99 ED AA

RGB Percentages of Color #99edaa

%27.32
%42.32
%30.36

CMYK Percentages of Color #99edaa

%35
%0
%28
%7

Triadic Colors of #99edaa

#99edaa #aa99ed #edaa99

Analogous Colors of #99edaa

#99edaa #99edd4 #b2ed99

Monochromatic Colors of #99edaa

#99edaa

Complementary Color

#99edaa #ed99dc

#99edaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99edaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99edaa Color CSS Codes

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

#99edaa Text Font Color

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

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


#99edaa Background Color

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

This div background color is #99edaa


#99edaa Border Color

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

This div border color is #99edaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99edaa


Comments

No comments written yet.

Please login to write comment.