Color Hex Logo

#96fecb Color Hex

#96FECB
(150,254,203)
0 Favorites   0 Comments

Color spaces of #96fecb

RGB 150254203
HSL0.420.980.79
HSV151°41°100°
CMYK 0.410.000.20   0.00
XYZ58.799081.679469.1666
Yxy81.67940.28050.3896
Hunter Lab90.3767-42.027217.8881
CIE-Lab92.4332-41.347515.0275

#96fecb color RGB value is (150,254,203).

#96fecb hex color red value is 150, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #96fecb hue: 0.42 , saturation: 0.98 and the lightness value of 96fecb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111110 11001011
Octal 226 376 313
Decimal 150 254 203
Hex 96 FE CB

RGB Percentages of Color #96fecb

%24.71
%41.85
%33.44

CMYK Percentages of Color #96fecb

%41
%0
%20
%0

Triadic Colors of #96fecb

#96fecb #cb96fe #fecb96

Analogous Colors of #96fecb

#96fecb #96fdfe #96fe97

Monochromatic Colors of #96fecb

#96fecb

Complementary Color

#96fecb #fe96c9

#96fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fecb Color CSS Codes

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

#96fecb Text Font Color

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

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


#96fecb Background Color

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

This div background color is #96fecb


#96fecb Border Color

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

This div border color is #96fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fecb

Related Colors


Comments

No comments written yet.

Please login to write comment.