Color Hex Logo

#96beee Color Hex

#96BEEE
(150,190,238)
0 Favorites   0 Comments

Color spaces of #96beee

RGB 150190238
HSL0.590.720.76
HSV213°37°93°
CMYK 0.370.200.00   0.07
XYZ46.423749.484087.9935
Yxy49.48400.25240.2691
Hunter Lab70.3449-5.3034-24.9237
CIE-Lab75.7514-1.7154-28.0995

#96beee color RGB value is (150,190,238).

#96beee hex color red value is 150, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #96beee hue: 0.59 , saturation: 0.72 and the lightness value of 96beee is 0.76.

The process color (four color CMYK) of #96beee color hex is 0.37, 0.20, 0.00, 0.07. Web safe color of #96beee is #99ccff. Color #96beee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111110 11101110
Octal 226 276 356
Decimal 150 190 238
Hex 96 BE EE

RGB Percentages of Color #96beee

%25.95
%32.87
%41.18

CMYK Percentages of Color #96beee

%37
%20
%0
%7

Triadic Colors of #96beee

#96beee #ee96be #beee96

Analogous Colors of #96beee

#96beee #9a96ee #96eaee

Monochromatic Colors of #96beee

#96beee

Complementary Color

#96beee #eec696

#96beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#96beee Color CSS Codes

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

#96beee Text Font Color

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

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


#96beee Background Color

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

This div background color is #96beee


#96beee Border Color

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

This div border color is #96beee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96beee


Comments

No comments written yet.

Please login to write comment.