Color Hex Logo

#96e802 Color Hex

#96E802
(150,232,2)
0 Favorites   0 Comments

Color spaces of #96e802

RGB 1502322
HSL0.230.980.46
HSV81°99°91°
CMYK 0.350.000.99   0.09
XYZ41.445264.201610.2652
Yxy64.20160.35760.5539
Hunter Lab80.1259-47.891048.4923
CIE-Lab84.0706-52.185281.5095

#96e802 color RGB value is (150,232,2).

#96e802 hex color red value is 150, green value is 232 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #96e802 hue: 0.23 , saturation: 0.98 and the lightness value of 96e802 is 0.46.

The process color (four color CMYK) of #96e802 color hex is 0.35, 0.00, 0.99, 0.09. Web safe color of #96e802 is #99ff00. Color #96e802 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101000 00000010
Octal 226 350 2
Decimal 150 232 2
Hex 96 E8 2

RGB Percentages of Color #96e802

%39.06
%60.42
%0.52

CMYK Percentages of Color #96e802

%35
%0
%99
%9

Triadic Colors of #96e802

#96e802 #0296e8 #e80296

Analogous Colors of #96e802

#96e802 #23e802 #e8c702

Monochromatic Colors of #96e802

#96e802

Complementary Color

#96e802 #5402e8

#96e802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96e802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96e802 Color CSS Codes

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

#96e802 Text Font Color

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

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


#96e802 Background Color

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

This div background color is #96e802


#96e802 Border Color

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

This div border color is #96e802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96e802


Comments

No comments written yet.

Please login to write comment.