Color Hex Logo

#96bccb Color Hex

#96BCCB
(150,188,203)
0 Favorites   0 Comments

Color spaces of #96bccb

RGB 150188203
HSL0.550.340.69
HSV197°26°80°
CMYK 0.260.070.00   0.20
XYZ41.340446.762363.3471
Yxy46.76230.27300.3088
Hunter Lab68.3830-11.7594-7.0557
CIE-Lab74.0375-9.2587-11.7255

#96bccb color RGB value is (150,188,203).

#96bccb hex color red value is 150, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #96bccb hue: 0.55 , saturation: 0.34 and the lightness value of 96bccb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 11001011
Octal 226 274 313
Decimal 150 188 203
Hex 96 BC CB

RGB Percentages of Color #96bccb

%27.73
%34.75
%37.52

CMYK Percentages of Color #96bccb

%26
%7
%0
%20

Triadic Colors of #96bccb

#96bccb #cb96bc #bccb96

Analogous Colors of #96bccb

#96bccb #96a2cb #96cbc0

Monochromatic Colors of #96bccb

#96bccb

Complementary Color

#96bccb #cba596

#96bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bccb Color CSS Codes

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

#96bccb Text Font Color

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

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


#96bccb Background Color

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

This div background color is #96bccb


#96bccb Border Color

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

This div border color is #96bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bccb


Comments

No comments written yet.

Please login to write comment.