Color Hex Logo

#96fc20 Color Hex

#96FC20
(150,252,32)
0 Favorites   0 Comments

Color spaces of #96fc20

RGB 15025232
HSL0.240.970.56
HSV88°87°99°
CMYK 0.400.000.87   0.01
XYZ47.648876.209113.5650
Yxy76.20910.34670.5546
Hunter Lab87.2978-55.342551.8955
CIE-Lab89.9563-59.509682.7946

#96fc20 color RGB value is (150,252,32).

#96fc20 hex color red value is 150, green value is 252 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #96fc20 hue: 0.24 , saturation: 0.97 and the lightness value of 96fc20 is 0.56.

The process color (four color CMYK) of #96fc20 color hex is 0.40, 0.00, 0.87, 0.01. Web safe color of #96fc20 is #99ff33. Color #96fc20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111100 00100000
Octal 226 374 40
Decimal 150 252 32
Hex 96 FC 20

RGB Percentages of Color #96fc20

%34.56
%58.06
%7.37

CMYK Percentages of Color #96fc20

%40
%0
%87
%1

Triadic Colors of #96fc20

#96fc20 #2096fc #fc2096

Analogous Colors of #96fc20

#96fc20 #28fc20 #fcf420

Monochromatic Colors of #96fc20

#96fc20

Complementary Color

#96fc20 #8620fc

#96fc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fc20 Color CSS Codes

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

#96fc20 Text Font Color

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

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


#96fc20 Background Color

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

This div background color is #96fc20


#96fc20 Border Color

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

This div border color is #96fc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fc20


Comments

No comments written yet.

Please login to write comment.