Color Hex Logo

#96bcc1 Color Hex

#96BCC1
(150,188,193)
0 Favorites   0 Comments

Color spaces of #96bcc1

RGB 150188193
HSL0.520.260.67
HSV187°22°76°
CMYK 0.220.030.00   0.24
XYZ40.186546.300757.2710
Yxy46.30070.27950.3221
Hunter Lab68.0446-13.6577-2.2713
CIE-Lab73.7402-11.5355-6.7193

#96bcc1 color RGB value is (150,188,193).

#96bcc1 hex color red value is 150, green value is 188 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #96bcc1 hue: 0.52 , saturation: 0.26 and the lightness value of 96bcc1 is 0.67.

The process color (four color CMYK) of #96bcc1 color hex is 0.22, 0.03, 0.00, 0.24. Web safe color of #96bcc1 is #99cccc. Color #96bcc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 11000001
Octal 226 274 301
Decimal 150 188 193
Hex 96 BC C1

RGB Percentages of Color #96bcc1

%28.25
%35.40
%36.35

CMYK Percentages of Color #96bcc1

%22
%3
%0
%24

Triadic Colors of #96bcc1

#96bcc1 #c196bc #bcc196

Analogous Colors of #96bcc1

#96bcc1 #96a7c1 #96c1b1

Monochromatic Colors of #96bcc1

#96bcc1

Complementary Color

#96bcc1 #c19b96

#96bcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcc1 Color CSS Codes

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

#96bcc1 Text Font Color

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

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


#96bcc1 Background Color

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

This div background color is #96bcc1


#96bcc1 Border Color

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

This div border color is #96bcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcc1


Comments

No comments written yet.

Please login to write comment.