Color Hex Logo

#96bfeb Color Hex

#96BFEB
(150,191,235)
0 Favorites   0 Comments

Color spaces of #96bfeb

RGB 150191235
HSL0.590.680.75
HSV211°36°92°
CMYK 0.360.190.00   0.08
XYZ46.203949.743885.7636
Yxy49.74380.25430.2738
Hunter Lab70.5293-6.4905-22.7261
CIE-Lab75.9117-3.0287-26.2361

#96bfeb color RGB value is (150,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111111 11101011
Octal 226 277 353
Decimal 150 191 235
Hex 96 BF EB

RGB Percentages of Color #96bfeb

%26.04
%33.16
%40.80

CMYK Percentages of Color #96bfeb

%36
%19
%0
%8

Triadic Colors of #96bfeb

#96bfeb #eb96bf #bfeb96

Analogous Colors of #96bfeb

#96bfeb #9896eb #96eaeb

Monochromatic Colors of #96bfeb

#96bfeb

Complementary Color

#96bfeb #ebc296

#96bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bfeb Color CSS Codes

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

#96bfeb Text Font Color

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

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


#96bfeb Background Color

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

This div background color is #96bfeb


#96bfeb Border Color

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

This div border color is #96bfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,191,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 #96bfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bfeb


Comments

No comments written yet.

Please login to write comment.