Color Hex Logo

#96efbd Color Hex

#96EFBD
(150,239,189)
0 Favorites   0 Comments

Color spaces of #96efbd

RGB 150239189
HSL0.410.740.76
HSV146°37°94°
CMYK 0.370.000.21   0.06
XYZ52.629571.891259.2466
Yxy71.89120.28640.3912
Hunter Lab84.7887-37.582817.9228
CIE-Lab87.9162-37.332315.8866

#96efbd color RGB value is (150,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101111 10111101
Octal 226 357 275
Decimal 150 239 189
Hex 96 EF BD

RGB Percentages of Color #96efbd

%25.95
%41.35
%32.70

CMYK Percentages of Color #96efbd

%37
%0
%21
%6

Triadic Colors of #96efbd

#96efbd #bd96ef #efbd96

Analogous Colors of #96efbd

#96efbd #96efea #9cef96

Monochromatic Colors of #96efbd

#96efbd

Complementary Color

#96efbd #ef96c8

#96efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96efbd Color CSS Codes

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

#96efbd Text Font Color

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

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


#96efbd Background Color

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

This div background color is #96efbd


#96efbd Border Color

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

This div border color is #96efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96efbd


Comments

No comments written yet.

Please login to write comment.