Color Hex Logo

#96feac Color Hex

#96FEAC
(150,254,172)
0 Favorites   0 Comments

Color spaces of #96feac

RGB 150254172
HSL0.370.980.79
HSV133°41°100°
CMYK 0.410.000.32   0.00
XYZ55.465980.346251.6147
Yxy80.34620.29590.4287
Hunter Lab89.6360-46.409028.6045
CIE-Lab91.8400-46.997929.9873

#96feac color RGB value is (150,254,172).

#96feac hex color red value is 150, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #96feac hue: 0.37 , saturation: 0.98 and the lightness value of 96feac is 0.79.

The process color (four color CMYK) of #96feac color hex is 0.41, 0.00, 0.32, 0.00. Web safe color of #96feac is #99ff99. Color #96feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111110 10101100
Octal 226 376 254
Decimal 150 254 172
Hex 96 FE AC

RGB Percentages of Color #96feac

%26.04
%44.10
%29.86

CMYK Percentages of Color #96feac

%41
%0
%32
%0

Triadic Colors of #96feac

#96feac #ac96fe #feac96

Analogous Colors of #96feac

#96feac #96fee0 #b4fe96

Monochromatic Colors of #96feac

#96feac

Complementary Color

#96feac #fe96e8

#96feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#96feac Color CSS Codes

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

#96feac Text Font Color

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

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


#96feac Background Color

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

This div background color is #96feac


#96feac Border Color

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

This div border color is #96feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96feac


Comments

No comments written yet.

Please login to write comment.