Color Hex Logo

#96e171 Color Hex

#96E171
(150,225,113)
0 Favorites   0 Comments

Color spaces of #96e171

RGB 150225113
HSL0.280.650.66
HSV100°50°88°
CMYK 0.330.000.50   0.12
XYZ42.483561.526725.2595
Yxy61.52670.32860.4760
Hunter Lab78.4390-40.590435.8143
CIE-Lab82.6611-42.969447.2148

#96e171 color RGB value is (150,225,113).

#96e171 hex color red value is 150, green value is 225 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #96e171 hue: 0.28 , saturation: 0.65 and the lightness value of 96e171 is 0.66.

The process color (four color CMYK) of #96e171 color hex is 0.33, 0.00, 0.50, 0.12. Web safe color of #96e171 is #99cc66. Color #96e171 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11100001 01110001
Octal 226 341 161
Decimal 150 225 113
Hex 96 E1 71

RGB Percentages of Color #96e171

%30.74
%46.11
%23.16

CMYK Percentages of Color #96e171

%33
%0
%50
%12

Triadic Colors of #96e171

#96e171 #7196e1 #e17196

Analogous Colors of #96e171

#96e171 #71e184 #cee171

Monochromatic Colors of #96e171

#96e171

Complementary Color

#96e171 #bc71e1

#96e171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96e171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96e171 Color CSS Codes

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

#96e171 Text Font Color

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

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


#96e171 Background Color

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

This div background color is #96e171


#96e171 Border Color

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

This div border color is #96e171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96e171


Comments

No comments written yet.

Please login to write comment.