Color Hex Logo

#96bfcd Color Hex

#96BFCD
(150,191,205)
0 Favorites   0 Comments

Color spaces of #96bfcd

RGB 150191205
HSL0.540.350.70
HSV195°27°80°
CMYK 0.270.070.00   0.20
XYZ42.227948.153464.8265
Yxy48.15340.27210.3103
Hunter Lab69.3927-12.8135-6.8138
CIE-Lab74.9216-10.3778-11.4909

#96bfcd color RGB value is (150,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111111 11001101
Octal 226 277 315
Decimal 150 191 205
Hex 96 BF CD

RGB Percentages of Color #96bfcd

%27.47
%34.98
%37.55

CMYK Percentages of Color #96bfcd

%27
%7
%0
%20

Triadic Colors of #96bfcd

#96bfcd #cd96bf #bfcd96

Analogous Colors of #96bfcd

#96bfcd #96a4cd #96cdc0

Monochromatic Colors of #96bfcd

#96bfcd

Complementary Color

#96bfcd #cda496

#96bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bfcd Color CSS Codes

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

#96bfcd Text Font Color

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

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


#96bfcd Background Color

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

This div background color is #96bfcd


#96bfcd Border Color

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

This div border color is #96bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bfcd


Comments

No comments written yet.

Please login to write comment.