Color Hex Logo

#96ffca Color Hex

#96FFCA
(150,255,202)
0 Favorites   0 Comments

Color spaces of #96ffca

RGB 150255202
HSL0.421.000.79
HSV150°41°100°
CMYK 0.410.000.21   0.00
XYZ58.998382.268368.6469
Yxy82.26830.28110.3919
Hunter Lab90.7019-42.620518.6182
CIE-Lab92.6931-41.987315.9074

#96ffca color RGB value is (150,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11111111 11001010
Octal 226 377 312
Decimal 150 255 202
Hex 96 FF CA

RGB Percentages of Color #96ffca

%24.71
%42.01
%33.28

CMYK Percentages of Color #96ffca

%41
%0
%21
%0

Triadic Colors of #96ffca

#96ffca #ca96ff #ffca96

Analogous Colors of #96ffca

#96ffca #96ffff #97ff96

Monochromatic Colors of #96ffca

#96ffca

Complementary Color

#96ffca #ff96cb

#96ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ffca Color CSS Codes

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

#96ffca Text Font Color

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

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


#96ffca Background Color

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

This div background color is #96ffca


#96ffca Border Color

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

This div border color is #96ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ffca


Comments

No comments written yet.

Please login to write comment.