Color Hex Logo

#96bcfd Color Hex

#96BCFD
(150,188,253)
0 Favorites   0 Comments

Color spaces of #96bcfd

RGB 150188253
HSL0.610.960.79
HSV218°41°99°
CMYK 0.410.260.00   0.01
XYZ48.290549.542399.9459
Yxy49.54230.24420.2505
Hunter Lab70.3863-0.7111-34.9192
CIE-Lab75.78753.3382-36.1168

#96bcfd color RGB value is (150,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10111100 11111101
Octal 226 274 375
Decimal 150 188 253
Hex 96 BC FD

RGB Percentages of Color #96bcfd

%25.38
%31.81
%42.81

CMYK Percentages of Color #96bcfd

%41
%26
%0
%1

Triadic Colors of #96bcfd

#96bcfd #fd96bc #bcfd96

Analogous Colors of #96bcfd

#96bcfd #a496fd #96f0fd

Monochromatic Colors of #96bcfd

#96bcfd

Complementary Color

#96bcfd #fdd796

#96bcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96bcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96bcfd Color CSS Codes

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

#96bcfd Text Font Color

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

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


#96bcfd Background Color

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

This div background color is #96bcfd


#96bcfd Border Color

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

This div border color is #96bcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96bcfd


Comments

No comments written yet.

Please login to write comment.