Color Hex Logo

#96d1fe Color Hex

#96D1FE
(150,209,254)
0 Favorites   0 Comments

Color spaces of #96d1fe

RGB 150209254
HSL0.570.980.79
HSV206°41°100°
CMYK 0.410.180.00   0.00
XYZ53.267559.2407102.3930
Yxy59.24070.24790.2757
Hunter Lab76.9680-11.1588-24.9978
CIE-Lab81.4237-7.6950-27.9727

#96d1fe color RGB value is (150,209,254).

#96d1fe hex color red value is 150, green value is 209 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #96d1fe hue: 0.57 , saturation: 0.98 and the lightness value of 96d1fe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11010001 11111110
Octal 226 321 376
Decimal 150 209 254
Hex 96 D1 FE

RGB Percentages of Color #96d1fe

%24.47
%34.09
%41.44

CMYK Percentages of Color #96d1fe

%41
%18
%0
%0

Triadic Colors of #96d1fe

#96d1fe #fe96d1 #d1fe96

Analogous Colors of #96d1fe

#96d1fe #969dfe #96fef7

Monochromatic Colors of #96d1fe

#96d1fe

Complementary Color

#96d1fe #fec396

#96d1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96d1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#96d1fe Color CSS Codes

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

#96d1fe Text Font Color

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

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


#96d1fe Background Color

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

This div background color is #96d1fe


#96d1fe Border Color

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

This div border color is #96d1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96d1fe


Comments

No comments written yet.

Please login to write comment.