Color Hex Logo

#96b6da Color Hex

#96B6DA
(150,182,218)
0 Favorites   0 Comments

Color spaces of #96b6da

RGB 150182218
HSL0.590.480.72
HSV212°31°85°
CMYK 0.310.170.00   0.15
XYZ41.960545.001972.8043
Yxy45.00190.26260.2817
Hunter Lab67.0835-5.7448-17.3878
CIE-Lab72.8931-2.4415-21.6249

#96b6da color RGB value is (150,182,218).

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

The process color (four color CMYK) of #96b6da color hex is 0.31, 0.17, 0.00, 0.15. Web safe color of #96b6da is #99cccc. Color #96b6da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10110110 11011010
Octal 226 266 332
Decimal 150 182 218
Hex 96 B6 DA

RGB Percentages of Color #96b6da

%27.27
%33.09
%39.64

CMYK Percentages of Color #96b6da

%31
%17
%0
%15

Triadic Colors of #96b6da

#96b6da #da96b6 #b6da96

Analogous Colors of #96b6da

#96b6da #9896da #96d8da

Monochromatic Colors of #96b6da

#96b6da

Complementary Color

#96b6da #daba96

#96b6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96b6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#96b6da Color CSS Codes

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

#96b6da Text Font Color

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

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


#96b6da Background Color

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

This div background color is #96b6da


#96b6da Border Color

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

This div border color is #96b6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96b6da


Comments

No comments written yet.

Please login to write comment.