Color Hex Logo

#96f987 Color Hex

#96F987
(150,249,135)
0 Favorites   0 Comments

Color spaces of #96f987

RGB 150249135
HSL0.310.900.75
HSV112°46°98°
CMYK 0.400.000.46   0.02
XYZ50.826575.984734.9093
Yxy75.98470.31430.4699
Hunter Lab87.1692-48.466637.2741
CIE-Lab89.8522-50.420545.6185

#96f987 color RGB value is (150,249,135).

#96f987 hex color red value is 150, green value is 249 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #96f987 hue: 0.31 , saturation: 0.90 and the lightness value of 96f987 is 0.75.

The process color (four color CMYK) of #96f987 color hex is 0.40, 0.00, 0.46, 0.02. Web safe color of #96f987 is #99ff99. Color #96f987 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111001 10000111
Octal 226 371 207
Decimal 150 249 135
Hex 96 F9 87

RGB Percentages of Color #96f987

%28.09
%46.63
%25.28

CMYK Percentages of Color #96f987

%40
%0
%46
%2

Triadic Colors of #96f987

#96f987 #8796f9 #f98796

Analogous Colors of #96f987

#96f987 #87f9b1 #cff987

Monochromatic Colors of #96f987

#96f987

Complementary Color

#96f987 #ea87f9

#96f987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96f987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96f987 Color CSS Codes

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

#96f987 Text Font Color

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

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


#96f987 Background Color

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

This div background color is #96f987


#96f987 Border Color

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

This div border color is #96f987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96f987


Comments

No comments written yet.

Please login to write comment.