Color Hex Logo

#96efbb Color Hex

#96EFBB
(150,239,187)
0 Favorites   0 Comments

Color spaces of #96efbb

RGB 150239187
HSL0.400.740.76
HSV145°37°94°
CMYK 0.370.000.22   0.06
XYZ52.413871.804958.1109
Yxy71.80490.28750.3938
Hunter Lab84.7378-37.881518.6569
CIE-Lab87.8746-37.714716.8649

#96efbb color RGB value is (150,239,187).

#96efbb hex color red value is 150, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #96efbb hue: 0.40 , saturation: 0.74 and the lightness value of 96efbb is 0.76.

The process color (four color CMYK) of #96efbb color hex is 0.37, 0.00, 0.22, 0.06. Web safe color of #96efbb is #99ffcc. Color #96efbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101111 10111011
Octal 226 357 273
Decimal 150 239 187
Hex 96 EF BB

RGB Percentages of Color #96efbb

%26.04
%41.49
%32.47

CMYK Percentages of Color #96efbb

%37
%0
%22
%6

Triadic Colors of #96efbb

#96efbb #bb96ef #efbb96

Analogous Colors of #96efbb

#96efbb #96efe8 #9eef96

Monochromatic Colors of #96efbb

#96efbb

Complementary Color

#96efbb #ef96ca

#96efbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96efbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96efbb Color CSS Codes

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

#96efbb Text Font Color

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

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


#96efbb Background Color

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

This div background color is #96efbb


#96efbb Border Color

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

This div border color is #96efbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96efbb


Comments

No comments written yet.

Please login to write comment.