Color Hex Logo

#96efaa Color Hex

#96EFAA
(150,239,170)
0 Favorites   0 Comments

Color spaces of #96efaa

RGB 150239170
HSL0.370.740.76
HSV133°37°94°
CMYK 0.370.000.29   0.06
XYZ50.699971.119349.0854
Yxy71.11930.29670.4161
Hunter Lab84.3323-40.268624.5230
CIE-Lab87.5429-40.803925.1687

#96efaa color RGB value is (150,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101111 10101010
Octal 226 357 252
Decimal 150 239 170
Hex 96 EF AA

RGB Percentages of Color #96efaa

%26.83
%42.75
%30.41

CMYK Percentages of Color #96efaa

%37
%0
%29
%6

Triadic Colors of #96efaa

#96efaa #aa96ef #efaa96

Analogous Colors of #96efaa

#96efaa #96efd7 #afef96

Monochromatic Colors of #96efaa

#96efaa

Complementary Color

#96efaa #ef96db

#96efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#96efaa Color CSS Codes

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

#96efaa Text Font Color

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

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


#96efaa Background Color

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

This div background color is #96efaa


#96efaa Border Color

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

This div border color is #96efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96efaa


Comments

No comments written yet.

Please login to write comment.