Color Hex Logo

#96fdae Color Hex

#96FDAE
(150,253,174)
0 Favorites   0 Comments

Color spaces of #96fdae

RGB 150253174
HSL0.370.960.79
HSV134°41°99°
CMYK 0.410.000.31   0.01
XYZ55.342979.790652.5286
Yxy79.79060.29490.4252
Hunter Lab89.3256-45.727627.6620
CIE-Lab91.5908-46.233028.6427

#96fdae color RGB value is (150,253,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111101 10101110
Octal 226 375 256
Decimal 150 253 174
Hex 96 FD AE

RGB Percentages of Color #96fdae

%26.00
%43.85
%30.16

CMYK Percentages of Color #96fdae

%41
%0
%31
%1

Triadic Colors of #96fdae

#96fdae #ae96fd #fdae96

Analogous Colors of #96fdae

#96fdae #96fde2 #b2fd96

Monochromatic Colors of #96fdae

#96fdae

Complementary Color

#96fdae #fd96e5

#96fdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fdae Color CSS Codes

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

#96fdae Text Font Color

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

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


#96fdae Background Color

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

This div background color is #96fdae


#96fdae Border Color

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

This div border color is #96fdae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,253,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 #96fdae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fdae


Comments

No comments written yet.

Please login to write comment.