Color Hex Logo

#96fe8d Color Hex

#96FE8D
(150,254,141)
0 Favorites   0 Comments

Color spaces of #96fe8d

RGB 150254141
HSL0.320.980.77
HSV115°44°100°
CMYK 0.410.000.44   0.00
XYZ52.827279.290737.7197
Yxy79.29070.31100.4669
Hunter Lab89.0453-49.932137.2164
CIE-Lab91.3657-51.687244.6489

#96fe8d color RGB value is (150,254,141).

#96fe8d hex color red value is 150, green value is 254 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #96fe8d hue: 0.32 , saturation: 0.98 and the lightness value of 96fe8d is 0.77.

The process color (four color CMYK) of #96fe8d color hex is 0.41, 0.00, 0.44, 0.00. Web safe color of #96fe8d is #99ff99. Color #96fe8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111110 10001101
Octal 226 376 215
Decimal 150 254 141
Hex 96 FE 8D

RGB Percentages of Color #96fe8d

%27.52
%46.61
%25.87

CMYK Percentages of Color #96fe8d

%41
%0
%44
%0

Triadic Colors of #96fe8d

#96fe8d #8d96fe #fe8d96

Analogous Colors of #96fe8d

#96fe8d #8dfebd #cffe8d

Monochromatic Colors of #96fe8d

#96fe8d

Complementary Color

#96fe8d #f58dfe

#96fe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fe8d Color CSS Codes

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

#96fe8d Text Font Color

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

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


#96fe8d Background Color

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

This div background color is #96fe8d


#96fe8d Border Color

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

This div border color is #96fe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fe8d

Related Colors


Comments

No comments written yet.

Please login to write comment.