Color Hex Logo

#96a7da Color Hex

#96A7DA
(150,167,218)
0 Favorites   0 Comments

Color spaces of #96a7da

RGB 150167218
HSL0.630.480.72
HSV225°31°85°
CMYK 0.310.230.00   0.15
XYZ39.051339.183471.8346
Yxy39.18340.26020.2611
Hunter Lab62.59661.8142-24.2223
CIE-Lab68.88395.8295-27.7574

#96a7da color RGB value is (150,167,218).

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

The process color (four color CMYK) of #96a7da color hex is 0.31, 0.23, 0.00, 0.15. Web safe color of #96a7da is #9999cc. Color #96a7da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10100111 11011010
Octal 226 247 332
Decimal 150 167 218
Hex 96 A7 DA

RGB Percentages of Color #96a7da

%28.04
%31.21
%40.75

CMYK Percentages of Color #96a7da

%31
%23
%0
%15

Triadic Colors of #96a7da

#96a7da #da96a7 #a7da96

Analogous Colors of #96a7da

#96a7da #a796da #96c9da

Monochromatic Colors of #96a7da

#96a7da

Complementary Color

#96a7da #dac996

#96a7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96a7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#96a7da Color CSS Codes

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

#96a7da Text Font Color

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

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


#96a7da Background Color

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

This div background color is #96a7da


#96a7da Border Color

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

This div border color is #96a7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96a7da


Comments

No comments written yet.

Please login to write comment.