Color Hex Logo

#96fdcb Color Hex

#96FDCB
(150,253,203)
0 Favorites   0 Comments

Color spaces of #96fdcb

RGB 150253203
HSL0.420.960.79
HSV151°41°99°
CMYK 0.410.000.20   0.01
XYZ58.482481.046469.0611
Yxy81.04640.28040.3885
Hunter Lab90.0258-41.588217.5351
CIE-Lab92.1523-40.903014.6308

#96fdcb color RGB value is (150,253,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111101 11001011
Octal 226 375 313
Decimal 150 253 203
Hex 96 FD CB

RGB Percentages of Color #96fdcb

%24.75
%41.75
%33.50

CMYK Percentages of Color #96fdcb

%41
%0
%20
%1

Triadic Colors of #96fdcb

#96fdcb #cb96fd #fdcb96

Analogous Colors of #96fdcb

#96fdcb #96fcfd #96fd98

Monochromatic Colors of #96fdcb

#96fdcb

Complementary Color

#96fdcb #fd96c8

#96fdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96fdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96fdcb Color CSS Codes

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

#96fdcb Text Font Color

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

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


#96fdcb Background Color

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

This div background color is #96fdcb


#96fdcb Border Color

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

This div border color is #96fdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96fdcb


Comments

No comments written yet.

Please login to write comment.