Color Hex Logo

#96bcc3 Color Hex

#96BCC3
(150,188,195)
0 Favorites   0 Comments

Color spaces of #96bcc3

RGB 150188195
HSL0.530.270.68
HSV189°23°76°
CMYK 0.230.040.00   0.24
XYZ40.411246.390658.4541
Yxy46.39060.27820.3194
Hunter Lab68.1106-13.2866-3.2066
CIE-Lab73.7983-11.0875-7.7234

#96bcc3 color RGB value is (150,188,195).

#96bcc3 hex color red value is 150, green value is 188 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #96bcc3 hue: 0.53 , saturation: 0.27 and the lightness value of 96bcc3 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 11000011
Octal 226 274 303
Decimal 150 188 195
Hex 96 BC C3

RGB Percentages of Color #96bcc3

%28.14
%35.27
%36.59

CMYK Percentages of Color #96bcc3

%23
%4
%0
%24

Triadic Colors of #96bcc3

#96bcc3 #c396bc #bcc396

Analogous Colors of #96bcc3

#96bcc3 #96a6c3 #96c3b4

Monochromatic Colors of #96bcc3

#96bcc3

Complementary Color

#96bcc3 #c39d96

#96bcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcc3 Color CSS Codes

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

#96bcc3 Text Font Color

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

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


#96bcc3 Background Color

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

This div background color is #96bcc3


#96bcc3 Border Color

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

This div border color is #96bcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcc3


Comments

No comments written yet.

Please login to write comment.