Color Hex Logo

#96effa Color Hex

#96EFFA
(150,239,250)
0 Favorites   0 Comments

Color spaces of #96effa

RGB 150239250
HSL0.520.910.78
HSV187°40°98°
CMYK 0.400.040.00   0.02
XYZ60.699575.1192101.7427
Yxy75.11920.25550.3162
Hunter Lab86.6713-26.6639-8.9301
CIE-Lab89.4488-23.9423-13.7207

#96effa color RGB value is (150,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11101111 11111010
Octal 226 357 372
Decimal 150 239 250
Hex 96 EF FA

RGB Percentages of Color #96effa

%23.47
%37.40
%39.12

CMYK Percentages of Color #96effa

%40
%4
%0
%2

Triadic Colors of #96effa

#96effa #fa96ef #effa96

Analogous Colors of #96effa

#96effa #96bdfa #96fad3

Monochromatic Colors of #96effa

#96effa

Complementary Color

#96effa #faa196

#96effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#96effa Color CSS Codes

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

#96effa Text Font Color

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

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


#96effa Background Color

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

This div background color is #96effa


#96effa Border Color

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

This div border color is #96effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96effa

Related Colors


Comments

No comments written yet.

Please login to write comment.