Color Hex Logo

#96c39e Color Hex

#96C39E
(150,195,158)
0 Favorites   0 Comments

Color spaces of #96c39e

RGB 150195158
HSL0.360.270.68
HSV131°23°76°
CMYK 0.230.000.19   0.24
XYZ38.264347.982939.5926
Yxy47.98290.30410.3813
Hunter Lab69.2697-22.619314.6003
CIE-Lab74.8141-22.245913.8244

#96c39e color RGB value is (150,195,158).

#96c39e hex color red value is 150, green value is 195 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #96c39e hue: 0.36 , saturation: 0.27 and the lightness value of 96c39e is 0.68.

The process color (four color CMYK) of #96c39e color hex is 0.23, 0.00, 0.19, 0.24. Web safe color of #96c39e is #99cc99. Color #96c39e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11000011 10011110
Octal 226 303 236
Decimal 150 195 158
Hex 96 C3 9E

RGB Percentages of Color #96c39e

%29.82
%38.77
%31.41

CMYK Percentages of Color #96c39e

%23
%0
%19
%24

Triadic Colors of #96c39e

#96c39e #9e96c3 #c39e96

Analogous Colors of #96c39e

#96c39e #96c3b5 #a5c396

Monochromatic Colors of #96c39e

#96c39e

Complementary Color

#96c39e #c396bb

#96c39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96c39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96c39e Color CSS Codes

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

#96c39e Text Font Color

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

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


#96c39e Background Color

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

This div background color is #96c39e


#96c39e Border Color

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

This div border color is #96c39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96c39e


Comments

No comments written yet.

Please login to write comment.