Color Hex Logo

#96ffbc Color Hex

#96FFBC
(150,255,188)
0 Favorites   0 Comments

Color spaces of #96ffbc

RGB 150255188
HSL0.391.000.79
HSV142°41°100°
CMYK 0.410.000.26   0.00
XYZ57.414881.634960.3080
Yxy81.63490.28800.4095
Hunter Lab90.3520-44.687023.6716
CIE-Lab92.4135-44.632322.6712

#96ffbc color RGB value is (150,255,188).

#96ffbc hex color red value is 150, green value is 255 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #96ffbc hue: 0.39 , saturation: 1.00 and the lightness value of 96ffbc is 0.79.

The process color (four color CMYK) of #96ffbc color hex is 0.41, 0.00, 0.26, 0.00. Web safe color of #96ffbc is #99ffcc. Color #96ffbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111111 10111100
Octal 226 377 274
Decimal 150 255 188
Hex 96 FF BC

RGB Percentages of Color #96ffbc

%25.30
%43.00
%31.70

CMYK Percentages of Color #96ffbc

%41
%0
%26
%0

Triadic Colors of #96ffbc

#96ffbc #bc96ff #ffbc96

Analogous Colors of #96ffbc

#96ffbc #96fff1 #a5ff96

Monochromatic Colors of #96ffbc

#96ffbc

Complementary Color

#96ffbc #ff96d9

#96ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ffbc Color CSS Codes

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

#96ffbc Text Font Color

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

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


#96ffbc Background Color

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

This div background color is #96ffbc


#96ffbc Border Color

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

This div border color is #96ffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ffbc

Related Colors


Comments

No comments written yet.

Please login to write comment.