Color Hex Logo

#96aaec Color Hex

#96AAEC
(150,170,236)
0 Favorites   0 Comments

Color spaces of #96aaec

RGB 150170236
HSL0.630.690.76
HSV226°36°93°
CMYK 0.360.280.00   0.07
XYZ42.092741.289685.1080
Yxy41.28960.24980.2451
Hunter Lab64.25704.4799-33.5494
CIE-Lab70.37838.7975-35.3045

#96aaec color RGB value is (150,170,236).

#96aaec hex color red value is 150, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #96aaec hue: 0.63 , saturation: 0.69 and the lightness value of 96aaec is 0.76.

The process color (four color CMYK) of #96aaec color hex is 0.36, 0.28, 0.00, 0.07. Web safe color of #96aaec is #9999ff. Color #96aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101010 11101100
Octal 226 252 354
Decimal 150 170 236
Hex 96 AA EC

RGB Percentages of Color #96aaec

%26.98
%30.58
%42.45

CMYK Percentages of Color #96aaec

%36
%28
%0
%7

Triadic Colors of #96aaec

#96aaec #ec96aa #aaec96

Analogous Colors of #96aaec

#96aaec #ad96ec #96d5ec

Monochromatic Colors of #96aaec

#96aaec

Complementary Color

#96aaec #ecd896

#96aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aaec Color CSS Codes

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

#96aaec Text Font Color

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

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


#96aaec Background Color

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

This div background color is #96aaec


#96aaec Border Color

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

This div border color is #96aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aaec


Comments

No comments written yet.

Please login to write comment.