Color Hex Logo

#96feae Color Hex

#96FEAE
(150,254,174)
0 Favorites   0 Comments

Color spaces of #96feae

RGB 150254174
HSL0.370.980.79
HSV134°41°100°
CMYK 0.410.000.31   0.00
XYZ55.659580.423652.6342
Yxy80.42360.29490.4262
Hunter Lab89.6792-46.152427.9772
CIE-Lab91.8746-46.661529.0269

#96feae color RGB value is (150,254,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111110 10101110
Octal 226 376 256
Decimal 150 254 174
Hex 96 FE AE

RGB Percentages of Color #96feae

%25.95
%43.94
%30.10

CMYK Percentages of Color #96feae

%41
%0
%31
%0

Triadic Colors of #96feae

#96feae #ae96fe #feae96

Analogous Colors of #96feae

#96feae #96fee2 #b2fe96

Monochromatic Colors of #96feae

#96feae

Complementary Color

#96feae #fe96e6

#96feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#96feae Color CSS Codes

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

#96feae Text Font Color

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

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


#96feae Background Color

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

This div background color is #96feae


#96feae Border Color

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

This div border color is #96feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96feae


Comments

No comments written yet.

Please login to write comment.