Color Hex Logo

#96aadf Color Hex

#96AADF
(150,170,223)
0 Favorites   0 Comments

Color spaces of #96aadf

RGB 150170223
HSL0.620.530.73
HSV224°33°87°
CMYK 0.330.240.00   0.13
XYZ40.271740.561275.5186
Yxy40.56120.25760.2594
Hunter Lab63.68771.4177-25.7226
CIE-Lab69.86745.4228-28.9887

#96aadf color RGB value is (150,170,223).

#96aadf hex color red value is 150, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #96aadf hue: 0.62 , saturation: 0.53 and the lightness value of 96aadf is 0.73.

The process color (four color CMYK) of #96aadf color hex is 0.33, 0.24, 0.00, 0.13. Web safe color of #96aadf is #9999cc. Color #96aadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 11011111
Octal 226 252 337
Decimal 150 170 223
Hex 96 AA DF

RGB Percentages of Color #96aadf

%27.62
%31.31
%41.07

CMYK Percentages of Color #96aadf

%33
%24
%0
%13

Triadic Colors of #96aadf

#96aadf #df96aa #aadf96

Analogous Colors of #96aadf

#96aadf #a796df #96cfdf

Monochromatic Colors of #96aadf

#96aadf

Complementary Color

#96aadf #dfcb96

#96aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aadf Color CSS Codes

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

#96aadf Text Font Color

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

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


#96aadf Background Color

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

This div background color is #96aadf


#96aadf Border Color

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

This div border color is #96aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aadf


Comments

No comments written yet.

Please login to write comment.