Color Hex Logo

#96bffd Color Hex

#96BFFD
(150,191,253)
1 Favorites   0 Comments

Color spaces of #96bffd

RGB 150191253
HSL0.600.960.79
HSV216°41°99°
CMYK 0.410.250.00   0.01
XYZ48.938150.8375100.1618
Yxy50.83750.24480.2543
Hunter Lab71.3004-2.2596-33.3794
CIE-Lab76.58051.6957-34.8894

#96bffd color RGB value is (150,191,253).

#96bffd hex color red value is 150, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #96bffd hue: 0.60 , saturation: 0.96 and the lightness value of 96bffd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111111 11111101
Octal 226 277 375
Decimal 150 191 253
Hex 96 BF FD

RGB Percentages of Color #96bffd

%25.25
%32.15
%42.59

CMYK Percentages of Color #96bffd

%41
%25
%0
%1

Triadic Colors of #96bffd

#96bffd #fd96bf #bffd96

Analogous Colors of #96bffd

#96bffd #a196fd #96f3fd

Monochromatic Colors of #96bffd

#96bffd

Complementary Color

#96bffd #fdd496

#96bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bffd Color CSS Codes

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

#96bffd Text Font Color

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

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


#96bffd Background Color

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

This div background color is #96bffd


#96bffd Border Color

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

This div border color is #96bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bffd


Comments

No comments written yet.

Please login to write comment.