Color Hex Logo

#96cd0e Color Hex

#96CD0E
(150,205,14)
0 Favorites   0 Comments

Color spaces of #96cd0e

RGB 15020514
HSL0.210.870.43
HSV77°93°80°
CMYK 0.270.000.93   0.20
XYZ34.488350.17848.2831
Yxy50.17840.37100.5398
Hunter Lab70.8367-37.057942.6528
CIE-Lab76.1786-40.694574.1849

#96cd0e color RGB value is (150,205,14).

#96cd0e hex color red value is 150, green value is 205 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #96cd0e hue: 0.21 , saturation: 0.87 and the lightness value of 96cd0e is 0.43.

The process color (four color CMYK) of #96cd0e color hex is 0.27, 0.00, 0.93, 0.20. Web safe color of #96cd0e is #99cc00. Color #96cd0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001101 00001110
Octal 226 315 16
Decimal 150 205 14
Hex 96 CD E

RGB Percentages of Color #96cd0e

%40.65
%55.56
%3.79

CMYK Percentages of Color #96cd0e

%27
%0
%93
%20

Triadic Colors of #96cd0e

#96cd0e #0e96cd #cd0e96

Analogous Colors of #96cd0e

#96cd0e #37cd0e #cda50e

Monochromatic Colors of #96cd0e

#96cd0e

Complementary Color

#96cd0e #450ecd

#96cd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cd0e Color CSS Codes

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

#96cd0e Text Font Color

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

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


#96cd0e Background Color

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

This div background color is #96cd0e


#96cd0e Border Color

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

This div border color is #96cd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cd0e


Comments

No comments written yet.

Please login to write comment.