Color Hex Logo

#96e93a Color Hex

#96E93A
(150,233,58)
0 Favorites   0 Comments

Color spaces of #96e93a

RGB 15023358
HSL0.250.800.57
HSV88°75°91°
CMYK 0.360.000.75   0.09
XYZ42.480365.067314.3233
Yxy65.06730.34860.5339
Hunter Lab80.6643-47.159045.9371
CIE-Lab84.5184-50.984771.5912

#96e93a color RGB value is (150,233,58).

#96e93a hex color red value is 150, green value is 233 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #96e93a hue: 0.25 , saturation: 0.80 and the lightness value of 96e93a is 0.57.

The process color (four color CMYK) of #96e93a color hex is 0.36, 0.00, 0.75, 0.09. Web safe color of #96e93a is #99ff33. Color #96e93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101001 00111010
Octal 226 351 72
Decimal 150 233 58
Hex 96 E9 3A

RGB Percentages of Color #96e93a

%34.01
%52.83
%13.15

CMYK Percentages of Color #96e93a

%36
%0
%75
%9

Triadic Colors of #96e93a

#96e93a #3a96e9 #e93a96

Analogous Colors of #96e93a

#96e93a #3fe93a #e9e53a

Monochromatic Colors of #96e93a

#96e93a

Complementary Color

#96e93a #8d3ae9

#96e93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96e93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96e93a Color CSS Codes

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

#96e93a Text Font Color

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

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


#96e93a Background Color

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

This div background color is #96e93a


#96e93a Border Color

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

This div border color is #96e93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96e93a


Comments

No comments written yet.

Please login to write comment.