Color Hex Logo

#96aeec Color Hex

#96AEEC
(150,174,236)
0 Favorites   0 Comments

Color spaces of #96aeec

RGB 150174236
HSL0.620.690.76
HSV223°36°93°
CMYK 0.360.260.00   0.07
XYZ42.854142.812385.3618
Yxy42.81230.25060.2503
Hunter Lab65.43112.4041-31.5483
CIE-Lab71.42746.5601-33.6788

#96aeec color RGB value is (150,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 11101100
Octal 226 256 354
Decimal 150 174 236
Hex 96 AE EC

RGB Percentages of Color #96aeec

%26.79
%31.07
%42.14

CMYK Percentages of Color #96aeec

%36
%26
%0
%7

Triadic Colors of #96aeec

#96aeec #ec96ae #aeec96

Analogous Colors of #96aeec

#96aeec #a996ec #96d9ec

Monochromatic Colors of #96aeec

#96aeec

Complementary Color

#96aeec #ecd496

#96aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aeec Color CSS Codes

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

#96aeec Text Font Color

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

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


#96aeec Background Color

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

This div background color is #96aeec


#96aeec Border Color

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

This div border color is #96aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aeec


Comments

No comments written yet.

Please login to write comment.