Color Hex Logo

#96bdfd Color Hex

#96BDFD
(150,189,253)
0 Favorites   0 Comments

Color spaces of #96bdfd

RGB 150189253
HSL0.600.960.79
HSV217°41°99°
CMYK 0.410.250.00   0.01
XYZ48.504949.9711100.0174
Yxy49.97110.24440.2518
Hunter Lab70.6902-1.2281-34.4044
CIE-Lab76.05152.7896-35.7079

#96bdfd color RGB value is (150,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111101 11111101
Octal 226 275 375
Decimal 150 189 253
Hex 96 BD FD

RGB Percentages of Color #96bdfd

%25.34
%31.93
%42.74

CMYK Percentages of Color #96bdfd

%41
%25
%0
%1

Triadic Colors of #96bdfd

#96bdfd #fd96bd #bdfd96

Analogous Colors of #96bdfd

#96bdfd #a396fd #96f1fd

Monochromatic Colors of #96bdfd

#96bdfd

Complementary Color

#96bdfd #fdd696

#96bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bdfd Color CSS Codes

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

#96bdfd Text Font Color

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

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


#96bdfd Background Color

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

This div background color is #96bdfd


#96bdfd Border Color

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

This div border color is #96bdfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,189,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 #96bdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bdfd


Comments

No comments written yet.

Please login to write comment.