Color Hex Logo

#96aad5 Color Hex

#96AAD5
(150,170,213)
0 Favorites   0 Comments

Color spaces of #96aad5

RGB 150170213
HSL0.610.430.71
HSV221°30°84°
CMYK 0.300.200.00   0.16
XYZ38.962640.037668.6253
Yxy40.03760.26390.2712
Hunter Lab63.2753-0.8179-20.0104
CIE-Lab69.49632.9082-24.0691

#96aad5 color RGB value is (150,170,213).

#96aad5 hex color red value is 150, green value is 170 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #96aad5 hue: 0.61 , saturation: 0.43 and the lightness value of 96aad5 is 0.71.

The process color (four color CMYK) of #96aad5 color hex is 0.30, 0.20, 0.00, 0.16. Web safe color of #96aad5 is #9999cc. Color #96aad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 11010101
Octal 226 252 325
Decimal 150 170 213
Hex 96 AA D5

RGB Percentages of Color #96aad5

%28.14
%31.89
%39.96

CMYK Percentages of Color #96aad5

%30
%20
%0
%16

Triadic Colors of #96aad5

#96aad5 #d596aa #aad596

Analogous Colors of #96aad5

#96aad5 #a296d5 #96cad5

Monochromatic Colors of #96aad5

#96aad5

Complementary Color

#96aad5 #d5c196

#96aad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aad5 Color CSS Codes

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

#96aad5 Text Font Color

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

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


#96aad5 Background Color

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

This div background color is #96aad5


#96aad5 Border Color

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

This div border color is #96aad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aad5


Comments

No comments written yet.

Please login to write comment.