Color Hex Logo

#96bcec Color Hex

#96BCEC
(150,188,236)
0 Favorites   0 Comments

Color spaces of #96bcec

RGB 150188236
HSL0.590.690.76
HSV213°36°93°
CMYK 0.360.200.00   0.07
XYZ45.701248.506686.3109
Yxy48.50660.25320.2687
Hunter Lab69.6467-4.7524-24.7235
CIE-Lab75.1433-1.1476-27.9529

#96bcec color RGB value is (150,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 11101100
Octal 226 274 354
Decimal 150 188 236
Hex 96 BC EC

RGB Percentages of Color #96bcec

%26.13
%32.75
%41.11

CMYK Percentages of Color #96bcec

%36
%20
%0
%7

Triadic Colors of #96bcec

#96bcec #ec96bc #bcec96

Analogous Colors of #96bcec

#96bcec #9b96ec #96e7ec

Monochromatic Colors of #96bcec

#96bcec

Complementary Color

#96bcec #ecc696

#96bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcec Color CSS Codes

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

#96bcec Text Font Color

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

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


#96bcec Background Color

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

This div background color is #96bcec


#96bcec Border Color

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

This div border color is #96bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcec


Comments

No comments written yet.

Please login to write comment.