Color Hex Logo

#96aecd Color Hex

#96AECD
(150,174,205)
0 Favorites   0 Comments

Color spaces of #96aecd

RGB 150174205
HSL0.590.350.70
HSV214°27°80°
CMYK 0.270.150.00   0.20
XYZ38.733241.163963.6616
Yxy41.16390.26980.2867
Hunter Lab64.1591-4.5170-13.9189
CIE-Lab70.2906-1.2459-18.4614

#96aecd color RGB value is (150,174,205).

#96aecd hex color red value is 150, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #96aecd hue: 0.59 , saturation: 0.35 and the lightness value of 96aecd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101110 11001101
Octal 226 256 315
Decimal 150 174 205
Hex 96 AE CD

RGB Percentages of Color #96aecd

%28.36
%32.89
%38.75

CMYK Percentages of Color #96aecd

%27
%15
%0
%20

Triadic Colors of #96aecd

#96aecd #cd96ae #aecd96

Analogous Colors of #96aecd

#96aecd #9a96cd #96cacd

Monochromatic Colors of #96aecd

#96aecd

Complementary Color

#96aecd #cdb596

#96aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96aecd Color CSS Codes

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

#96aecd Text Font Color

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

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


#96aecd Background Color

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

This div background color is #96aecd


#96aecd Border Color

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

This div border color is #96aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96aecd


Comments

No comments written yet.

Please login to write comment.