Color Hex Logo

#96bbcd Color Hex

#96BBCD
(150,187,205)
0 Favorites   0 Comments

Color spaces of #96bbcd

RGB 150187205
HSL0.550.350.70
HSV200°27°80°
CMYK 0.270.090.00   0.20
XYZ41.367446.432564.5397
Yxy46.43250.27150.3048
Hunter Lab68.1414-10.8833-8.4572
CIE-Lab73.8253-8.2617-13.1325

#96bbcd color RGB value is (150,187,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111011 11001101
Octal 226 273 315
Decimal 150 187 205
Hex 96 BB CD

RGB Percentages of Color #96bbcd

%27.68
%34.50
%37.82

CMYK Percentages of Color #96bbcd

%27
%9
%0
%20

Triadic Colors of #96bbcd

#96bbcd #cd96bb #bbcd96

Analogous Colors of #96bbcd

#96bbcd #96a0cd #96cdc4

Monochromatic Colors of #96bbcd

#96bbcd

Complementary Color

#96bbcd #cda896

#96bbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bbcd Color CSS Codes

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

#96bbcd Text Font Color

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

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


#96bbcd Background Color

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

This div background color is #96bbcd


#96bbcd Border Color

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

This div border color is #96bbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bbcd


Comments

No comments written yet.

Please login to write comment.