Color Hex Logo

#96bacd Color Hex

#96BACD
(150,186,205)
0 Favorites   0 Comments

Color spaces of #96bacd

RGB 150186205
HSL0.560.350.70
HSV201°27°80°
CMYK 0.270.090.00   0.20
XYZ41.156046.009664.4692
Yxy46.00960.27140.3034
Hunter Lab67.8304-10.3985-8.8708
CIE-Lab73.5518-7.7293-13.5430

#96bacd color RGB value is (150,186,205).

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

The process color (four color CMYK) of #96bacd color hex is 0.27, 0.09, 0.00, 0.20. Web safe color of #96bacd is #99cccc. Color #96bacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111010 11001101
Octal 226 272 315
Decimal 150 186 205
Hex 96 BA CD

RGB Percentages of Color #96bacd

%27.73
%34.38
%37.89

CMYK Percentages of Color #96bacd

%27
%9
%0
%20

Triadic Colors of #96bacd

#96bacd #cd96ba #bacd96

Analogous Colors of #96bacd

#96bacd #969fcd #96cdc5

Monochromatic Colors of #96bacd

#96bacd

Complementary Color

#96bacd #cda996

#96bacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bacd Color CSS Codes

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

#96bacd Text Font Color

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

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


#96bacd Background Color

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

This div background color is #96bacd


#96bacd Border Color

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

This div border color is #96bacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bacd


Comments

No comments written yet.

Please login to write comment.