Color Hex Logo

#96b6fb Color Hex

#96B6FB
(150,182,251)
0 Favorites   0 Comments

Color spaces of #96b6fb

RGB 150182251
HSL0.610.930.79
HSV221°40°98°
CMYK 0.400.270.00   0.02
XYZ46.718246.905097.8580
Yxy46.90500.24400.2450
Hunter Lab68.48721.9102-36.7755
CIE-Lab74.12906.1090-37.6133

#96b6fb color RGB value is (150,182,251).

#96b6fb hex color red value is 150, green value is 182 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #96b6fb hue: 0.61 , saturation: 0.93 and the lightness value of 96b6fb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10110110 11111011
Octal 226 266 373
Decimal 150 182 251
Hex 96 B6 FB

RGB Percentages of Color #96b6fb

%25.73
%31.22
%43.05

CMYK Percentages of Color #96b6fb

%40
%27
%0
%2

Triadic Colors of #96b6fb

#96b6fb #fb96b6 #b6fb96

Analogous Colors of #96b6fb

#96b6fb #a996fb #96e9fb

Monochromatic Colors of #96b6fb

#96b6fb

Complementary Color

#96b6fb #fbdb96

#96b6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96b6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96b6fb Color CSS Codes

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

#96b6fb Text Font Color

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

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


#96b6fb Background Color

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

This div background color is #96b6fb


#96b6fb Border Color

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

This div border color is #96b6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96b6fb


Comments

No comments written yet.

Please login to write comment.