Color Hex Logo

#96cd35 Color Hex

#96CD35
(150,205,53)
0 Favorites   0 Comments

Color spaces of #96cd35

RGB 15020553
HSL0.230.600.51
HSV82°74°80°
CMYK 0.270.000.74   0.20
XYZ35.051650.403711.2496
Yxy50.40370.36250.5212
Hunter Lab70.9956-36.114040.3021
CIE-Lab76.3164-39.357165.3188

#96cd35 color RGB value is (150,205,53).

#96cd35 hex color red value is 150, green value is 205 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #96cd35 hue: 0.23 , saturation: 0.60 and the lightness value of 96cd35 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001101 00110101
Octal 226 315 65
Decimal 150 205 53
Hex 96 CD 35

RGB Percentages of Color #96cd35

%36.76
%50.25
%12.99

CMYK Percentages of Color #96cd35

%27
%0
%74
%20

Triadic Colors of #96cd35

#96cd35 #3596cd #cd3596

Analogous Colors of #96cd35

#96cd35 #4acd35 #cdb835

Monochromatic Colors of #96cd35

#96cd35

Complementary Color

#96cd35 #6c35cd

#96cd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cd35 Color CSS Codes

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

#96cd35 Text Font Color

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

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


#96cd35 Background Color

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

This div background color is #96cd35


#96cd35 Border Color

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

This div border color is #96cd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cd35


Comments

No comments written yet.

Please login to write comment.