Color Hex Logo

#96aada Color Hex

#96AADA
(150,170,218)
0 Favorites   0 Comments

Color spaces of #96aada

RGB 150170218
HSL0.620.480.72
HSV222°31°85°
CMYK 0.310.220.00   0.15
XYZ39.607340.295472.0199
Yxy40.29540.26070.2652
Hunter Lab63.47870.2868-22.8326
CIE-Lab69.67944.1564-26.5354

#96aada color RGB value is (150,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 11011010
Octal 226 252 332
Decimal 150 170 218
Hex 96 AA DA

RGB Percentages of Color #96aada

%27.88
%31.60
%40.52

CMYK Percentages of Color #96aada

%31
%22
%0
%15

Triadic Colors of #96aada

#96aada #da96aa #aada96

Analogous Colors of #96aada

#96aada #a496da #96ccda

Monochromatic Colors of #96aada

#96aada

Complementary Color

#96aada #dac696

#96aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aada Color CSS Codes

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

#96aada Text Font Color

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

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


#96aada Background Color

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

This div background color is #96aada


#96aada Border Color

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

This div border color is #96aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aada


Comments

No comments written yet.

Please login to write comment.