Color Hex Logo

#99efaa Color Hex

#99EFAA
(153,239,170)
0 Favorites   0 Comments

Color spaces of #99efaa

RGB 153239170
HSL0.370.730.77
HSV132°36°94°
CMYK 0.360.000.29   0.06
XYZ51.259171.407649.1116
Yxy71.40760.29840.4157
Hunter Lab84.5030-39.603124.6939
CIE-Lab87.6827-39.920725.3823

#99efaa color RGB value is (153,239,170).

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

The process color (four color CMYK) of #99efaa color hex is 0.36, 0.00, 0.29, 0.06. Web safe color of #99efaa is #99ff99. Color #99efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101111 10101010
Octal 231 357 252
Decimal 153 239 170
Hex 99 EF AA

RGB Percentages of Color #99efaa

%27.22
%42.53
%30.25

CMYK Percentages of Color #99efaa

%36
%0
%29
%6

Triadic Colors of #99efaa

#99efaa #aa99ef #efaa99

Analogous Colors of #99efaa

#99efaa #99efd5 #b3ef99

Monochromatic Colors of #99efaa

#99efaa

Complementary Color

#99efaa #ef99de

#99efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99efaa Color CSS Codes

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

#99efaa Text Font Color

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

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


#99efaa Background Color

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

This div background color is #99efaa


#99efaa Border Color

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

This div border color is #99efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99efaa


Comments

No comments written yet.

Please login to write comment.