Color Hex Logo

#96effc Color Hex

#96EFFC
(150,239,252)
0 Favorites   0 Comments

Color spaces of #96effc

RGB 150239252
HSL0.520.940.79
HSV188°40°99°
CMYK 0.400.050.00   0.01
XYZ61.014975.2453103.4034
Yxy75.24530.25460.3140
Hunter Lab86.7440-26.2470-9.9559
CIE-Lab89.5078-23.4520-14.6771

#96effc color RGB value is (150,239,252).

#96effc hex color red value is 150, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #96effc hue: 0.52 , saturation: 0.94 and the lightness value of 96effc is 0.79.

The process color (four color CMYK) of #96effc color hex is 0.40, 0.05, 0.00, 0.01. Web safe color of #96effc is #99ffff. Color #96effc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101111 11111100
Octal 226 357 374
Decimal 150 239 252
Hex 96 EF FC

RGB Percentages of Color #96effc

%23.40
%37.29
%39.31

CMYK Percentages of Color #96effc

%40
%5
%0
%1

Triadic Colors of #96effc

#96effc #fc96ef #effc96

Analogous Colors of #96effc

#96effc #96bcfc #96fcd6

Monochromatic Colors of #96effc

#96effc

Complementary Color

#96effc #fca396

#96effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96effc Color CSS Codes

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

#96effc Text Font Color

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

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


#96effc Background Color

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

This div background color is #96effc


#96effc Border Color

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

This div border color is #96effc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96effc


Comments

No comments written yet.

Please login to write comment.