Color Hex Logo

#96ccfb Color Hex

#96CCFB
(150,204,251)
0 Favorites   0 Comments

Color spaces of #96ccfb

RGB 150204251
HSL0.580.930.79
HSV208°40°98°
CMYK 0.400.190.00   0.02
XYZ51.583156.634899.4797
Yxy56.63480.24840.2727
Hunter Lab75.2561-9.3482-25.6951
CIE-Lab79.9737-5.8369-28.5964

#96ccfb color RGB value is (150,204,251).

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

The process color (four color CMYK) of #96ccfb color hex is 0.40, 0.19, 0.00, 0.02. Web safe color of #96ccfb is #99ccff. Color #96ccfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001100 11111011
Octal 226 314 373
Decimal 150 204 251
Hex 96 CC FB

RGB Percentages of Color #96ccfb

%24.79
%33.72
%41.49

CMYK Percentages of Color #96ccfb

%40
%19
%0
%2

Triadic Colors of #96ccfb

#96ccfb #fb96cc #ccfb96

Analogous Colors of #96ccfb

#96ccfb #969afb #96fbf8

Monochromatic Colors of #96ccfb

#96ccfb

Complementary Color

#96ccfb #fbc596

#96ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ccfb Color CSS Codes

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

#96ccfb Text Font Color

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

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


#96ccfb Background Color

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

This div background color is #96ccfb


#96ccfb Border Color

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

This div border color is #96ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.