Color Hex Logo

#96ebab Color Hex

#96EBAB
(150,235,171)
0 Favorites   0 Comments

Color spaces of #96ebab

RGB 150235171
HSL0.370.680.75
HSV135°36°92°
CMYK 0.360.000.27   0.08
XYZ49.636768.841049.1996
Yxy68.84100.29600.4106
Hunter Lab82.9705-38.411522.9217
CIE-Lab86.4253-38.840823.1228

#96ebab color RGB value is (150,235,171).

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

The process color (four color CMYK) of #96ebab color hex is 0.36, 0.00, 0.27, 0.08. Web safe color of #96ebab is #99ff99. Color #96ebab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101011 10101011
Octal 226 353 253
Decimal 150 235 171
Hex 96 EB AB

RGB Percentages of Color #96ebab

%26.98
%42.27
%30.76

CMYK Percentages of Color #96ebab

%36
%0
%27
%8

Triadic Colors of #96ebab

#96ebab #ab96eb #ebab96

Analogous Colors of #96ebab

#96ebab #96ebd6 #aceb96

Monochromatic Colors of #96ebab

#96ebab

Complementary Color

#96ebab #eb96d6

#96ebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ebab Color CSS Codes

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

#96ebab Text Font Color

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

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


#96ebab Background Color

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

This div background color is #96ebab


#96ebab Border Color

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

This div border color is #96ebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ebab


Comments

No comments written yet.

Please login to write comment.