Color Hex Logo

#99ffaa Color Hex

#99FFAA
(153,255,170)
1 Favorites   0 Comments

Color spaces of #99ffaa

RGB 153255170
HSL0.361.000.80
HSV130°40°100°
CMYK 0.400.000.33   0.00
XYZ56.152681.194650.7428
Yxy81.19460.29850.4317
Hunter Lab90.1080-46.453329.6875
CIE-Lab92.2182-46.911031.5225

#99ffaa color RGB value is (153,255,170). This hex color code is also a web safe color which is equal to #9FA.

#99ffaa hex color red value is 153, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #99ffaa hue: 0.36 , saturation: 1.00 and the lightness value of 99ffaa is 0.80.

The process color (four color CMYK) of #99ffaa color hex is 0.40, 0.00, 0.33, 0.00. Web safe color of #99ffaa is #99ff99. Color #99ffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111111 10101010
Octal 231 377 252
Decimal 153 255 170
Hex 99 FF AA

RGB Percentages of Color #99ffaa

%26.47
%44.12
%29.41

CMYK Percentages of Color #99ffaa

%40
%0
%33
%0

Triadic Colors of #99ffaa

#99ffaa #aa99ff #ffaa99

Analogous Colors of #99ffaa

#99ffaa #99ffdd #bbff99

Monochromatic Colors of #99ffaa

#99ffaa

Complementary Color

#99ffaa #ff99ee

#99ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ffaa Color CSS Codes

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

#99ffaa Text Font Color

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

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


#99ffaa Background Color

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

This div background color is #99ffaa


#99ffaa Border Color

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

This div border color is #99ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.