Color Hex Logo

#96efaf Color Hex

#96EFAF
(150,239,175)
0 Favorites   0 Comments

Color spaces of #96efaf

RGB 150239175
HSL0.380.740.76
HSV137°37°94°
CMYK 0.370.000.27   0.06
XYZ51.182071.312251.6245
Yxy71.31220.29390.4096
Hunter Lab84.4466-39.594822.8670
CIE-Lab87.6365-39.925822.7300

#96efaf color RGB value is (150,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101111 10101111
Octal 226 357 257
Decimal 150 239 175
Hex 96 EF AF

RGB Percentages of Color #96efaf

%26.60
%42.38
%31.03

CMYK Percentages of Color #96efaf

%37
%0
%27
%6

Triadic Colors of #96efaf

#96efaf #af96ef #efaf96

Analogous Colors of #96efaf

#96efaf #96efdc #aaef96

Monochromatic Colors of #96efaf

#96efaf

Complementary Color

#96efaf #ef96d6

#96efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96efaf Color CSS Codes

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

#96efaf Text Font Color

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

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


#96efaf Background Color

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

This div background color is #96efaf


#96efaf Border Color

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

This div border color is #96efaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,239,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #96efaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96efaf


Comments

No comments written yet.

Please login to write comment.