Color Hex Logo

#96abfc Color Hex

#96ABFC
(150,171,252)
0 Favorites   0 Comments

Color spaces of #96abfc

RGB 150171252
HSL0.630.940.79
HSV228°40°99°
CMYK 0.400.320.00   0.01
XYZ44.711342.638197.9689
Yxy42.63810.24130.2301
Hunter Lab65.29797.9528-43.2466
CIE-Lab71.308612.5323-42.5488

#96abfc color RGB value is (150,171,252).

#96abfc hex color red value is 150, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #96abfc hue: 0.63 , saturation: 0.94 and the lightness value of 96abfc is 0.79.

The process color (four color CMYK) of #96abfc color hex is 0.40, 0.32, 0.00, 0.01. Web safe color of #96abfc is #9999ff. Color #96abfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10101011 11111100
Octal 226 253 374
Decimal 150 171 252
Hex 96 AB FC

RGB Percentages of Color #96abfc

%26.18
%29.84
%43.98

CMYK Percentages of Color #96abfc

%40
%32
%0
%1

Triadic Colors of #96abfc

#96abfc #fc96ab #abfc96

Analogous Colors of #96abfc

#96abfc #b496fc #96defc

Monochromatic Colors of #96abfc

#96abfc

Complementary Color

#96abfc #fce796

#96abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#96abfc Color CSS Codes

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

#96abfc Text Font Color

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

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


#96abfc Background Color

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

This div background color is #96abfc


#96abfc Border Color

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

This div border color is #96abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96abfc


Comments

No comments written yet.

Please login to write comment.