Color Hex Logo

#99feaa Color Hex

#99FEAA
(153,254,170)
0 Favorites   0 Comments

Color spaces of #99feaa

RGB 153254170
HSL0.360.980.80
HSV130°40°100°
CMYK 0.400.000.33   0.00
XYZ55.834480.558250.6367
Yxy80.55820.29850.4307
Hunter Lab89.7542-46.028429.3783
CIE-Lab91.9347-46.483031.1419

#99feaa color RGB value is (153,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111110 10101010
Octal 231 376 252
Decimal 153 254 170
Hex 99 FE AA

RGB Percentages of Color #99feaa

%26.52
%44.02
%29.46

CMYK Percentages of Color #99feaa

%40
%0
%33
%0

Triadic Colors of #99feaa

#99feaa #aa99fe #feaa99

Analogous Colors of #99feaa

#99feaa #99fedd #bbfe99

Monochromatic Colors of #99feaa

#99feaa

Complementary Color

#99feaa #fe99ed

#99feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99feaa Color CSS Codes

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

#99feaa Text Font Color

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

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


#99feaa Background Color

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

This div background color is #99feaa


#99feaa Border Color

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

This div border color is #99feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99feaa


Comments

No comments written yet.

Please login to write comment.