Color Hex Logo

#96fac7 Color Hex

#96FAC7
(150,250,199)
0 Favorites   0 Comments

Color spaces of #96fac7

RGB 150250199
HSL0.420.910.78
HSV149°40°98°
CMYK 0.400.000.20   0.02
XYZ57.072178.978866.2692
Yxy78.97880.28210.3904
Hunter Lab88.8700-40.890317.9972
CIE-Lab91.2247-40.350915.3789

#96fac7 color RGB value is (150,250,199).

#96fac7 hex color red value is 150, green value is 250 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #96fac7 hue: 0.42 , saturation: 0.91 and the lightness value of 96fac7 is 0.78.

The process color (four color CMYK) of #96fac7 color hex is 0.40, 0.00, 0.20, 0.02. Web safe color of #96fac7 is #99ffcc. Color #96fac7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111010 11000111
Octal 226 372 307
Decimal 150 250 199
Hex 96 FA C7

RGB Percentages of Color #96fac7

%25.04
%41.74
%33.22

CMYK Percentages of Color #96fac7

%40
%0
%20
%2

Triadic Colors of #96fac7

#96fac7 #c796fa #fac796

Analogous Colors of #96fac7

#96fac7 #96faf9 #97fa96

Monochromatic Colors of #96fac7

#96fac7

Complementary Color

#96fac7 #fa96c9

#96fac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fac7 Color CSS Codes

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

#96fac7 Text Font Color

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

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


#96fac7 Background Color

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

This div background color is #96fac7


#96fac7 Border Color

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

This div border color is #96fac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fac7

Related Colors


Comments

No comments written yet.

Please login to write comment.