Color Hex Logo

#96d986 Color Hex

#96D986
(150,217,134)
0 Favorites   0 Comments

Color spaces of #96d986

RGB 150217134
HSL0.300.520.69
HSV108°38°85°
CMYK 0.310.000.38   0.15
XYZ41.693657.831031.5193
Yxy57.83100.31820.4413
Hunter Lab76.0467-35.216728.6586
CIE-Lab80.6447-36.662534.3261

#96d986 color RGB value is (150,217,134).

#96d986 hex color red value is 150, green value is 217 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #96d986 hue: 0.30 , saturation: 0.52 and the lightness value of 96d986 is 0.69.

The process color (four color CMYK) of #96d986 color hex is 0.31, 0.00, 0.38, 0.15. Web safe color of #96d986 is #99cc99. Color #96d986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011001 10000110
Octal 226 331 206
Decimal 150 217 134
Hex 96 D9 86

RGB Percentages of Color #96d986

%29.94
%43.31
%26.75

CMYK Percentages of Color #96d986

%31
%0
%38
%15

Triadic Colors of #96d986

#96d986 #8696d9 #d98696

Analogous Colors of #96d986

#96d986 #86d9a0 #c0d986

Monochromatic Colors of #96d986

#96d986

Complementary Color

#96d986 #c986d9

#96d986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96d986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96d986 Color CSS Codes

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

#96d986 Text Font Color

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

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


#96d986 Background Color

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

This div background color is #96d986


#96d986 Border Color

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

This div border color is #96d986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96d986


Comments

No comments written yet.

Please login to write comment.