Color Hex Logo

#96cbff Color Hex

#96CBFF
(150,203,255)
0 Favorites   0 Comments

Color spaces of #96cbff

RGB 150203255
HSL0.581.000.79
HSV210°41°100°
CMYK 0.410.200.00   0.00
XYZ51.983656.4159102.7573
Yxy56.41590.24620.2672
Hunter Lab75.1105-7.9045-28.5362
CIE-Lab79.8499-4.2505-30.9182

#96cbff color RGB value is (150,203,255).

#96cbff hex color red value is 150, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #96cbff hue: 0.58 , saturation: 1.00 and the lightness value of 96cbff is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001011 11111111
Octal 226 313 377
Decimal 150 203 255
Hex 96 CB FF

RGB Percentages of Color #96cbff

%24.67
%33.39
%41.94

CMYK Percentages of Color #96cbff

%41
%20
%0
%0

Triadic Colors of #96cbff

#96cbff #ff96cb #cbff96

Analogous Colors of #96cbff

#96cbff #9697ff #96ffff

Monochromatic Colors of #96cbff

#96cbff

Complementary Color

#96cbff #ffca96

#96cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cbff Color CSS Codes

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

#96cbff Text Font Color

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

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


#96cbff Background Color

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

This div background color is #96cbff


#96cbff Border Color

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

This div border color is #96cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cbff


Comments

No comments written yet.

Please login to write comment.