Color Hex Logo

#96ccfd Color Hex

#96CCFD
(150,204,253)
1 Favorites   0 Comments

Color spaces of #96ccfd

RGB 150204253
HSL0.580.960.79
HSV209°41°99°
CMYK 0.410.190.00   0.01
XYZ51.900256.7616101.1492
Yxy56.76160.24740.2705
Hunter Lab75.3403-8.8810-26.8624
CIE-Lab80.0453-5.3114-29.5526

#96ccfd color RGB value is (150,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001100 11111101
Octal 226 314 375
Decimal 150 204 253
Hex 96 CC FD

RGB Percentages of Color #96ccfd

%24.71
%33.61
%41.68

CMYK Percentages of Color #96ccfd

%41
%19
%0
%1

Triadic Colors of #96ccfd

#96ccfd #fd96cc #ccfd96

Analogous Colors of #96ccfd

#96ccfd #9699fd #96fdfb

Monochromatic Colors of #96ccfd

#96ccfd

Complementary Color

#96ccfd #fdc796

#96ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ccfd Color CSS Codes

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

#96ccfd Text Font Color

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

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


#96ccfd Background Color

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

This div background color is #96ccfd


#96ccfd Border Color

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

This div border color is #96ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.