Color Hex Logo

#96fdab Color Hex

#96FDAB
(150,253,171)
0 Favorites   0 Comments

Color spaces of #96fdab

RGB 150253171
HSL0.370.960.79
HSV132°41°99°
CMYK 0.410.000.32   0.01
XYZ55.053679.674951.0052
Yxy79.67490.29640.4290
Hunter Lab89.2608-46.112528.6032
CIE-Lab91.5388-46.737530.0843

#96fdab color RGB value is (150,253,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111101 10101011
Octal 226 375 253
Decimal 150 253 171
Hex 96 FD AB

RGB Percentages of Color #96fdab

%26.13
%44.08
%29.79

CMYK Percentages of Color #96fdab

%41
%0
%32
%1

Triadic Colors of #96fdab

#96fdab #ab96fd #fdab96

Analogous Colors of #96fdab

#96fdab #96fddf #b5fd96

Monochromatic Colors of #96fdab

#96fdab

Complementary Color

#96fdab #fd96e8

#96fdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fdab Color CSS Codes

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

#96fdab Text Font Color

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

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


#96fdab Background Color

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

This div background color is #96fdab


#96fdab Border Color

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

This div border color is #96fdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fdab


Comments

No comments written yet.

Please login to write comment.