Color Hex Logo

#96beeb Color Hex

#96BEEB
(150,190,235)
0 Favorites   0 Comments

Color spaces of #96beeb

RGB 150190235
HSL0.590.680.75
HSV212°36°92°
CMYK 0.360.190.00   0.08
XYZ45.986549.309185.6911
Yxy49.30910.25410.2724
Hunter Lab70.2204-5.9883-23.1982
CIE-Lab75.6432-2.4889-26.6470

#96beeb color RGB value is (150,190,235).

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

The process color (four color CMYK) of #96beeb color hex is 0.36, 0.19, 0.00, 0.08. Web safe color of #96beeb is #99ccff. Color #96beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111110 11101011
Octal 226 276 353
Decimal 150 190 235
Hex 96 BE EB

RGB Percentages of Color #96beeb

%26.09
%33.04
%40.87

CMYK Percentages of Color #96beeb

%36
%19
%0
%8

Triadic Colors of #96beeb

#96beeb #eb96be #beeb96

Analogous Colors of #96beeb

#96beeb #9996eb #96e9eb

Monochromatic Colors of #96beeb

#96beeb

Complementary Color

#96beeb #ebc396

#96beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96beeb Color CSS Codes

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

#96beeb Text Font Color

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

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


#96beeb Background Color

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

This div background color is #96beeb


#96beeb Border Color

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

This div border color is #96beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96beeb


Comments

No comments written yet.

Please login to write comment.