Color Hex Logo

#96dcfe Color Hex

#96DCFE
(150,220,254)
0 Favorites   0 Comments

Color spaces of #96dcfe

RGB 150220254
HSL0.550.980.79
HSV200°41°100°
CMYK 0.410.130.00   0.00
XYZ56.060364.8262103.3239
Yxy64.82620.25000.2891
Hunter Lab80.5147-16.6159-19.7261
CIE-Lab84.3941-13.4163-23.4434

#96dcfe color RGB value is (150,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011100 11111110
Octal 226 334 376
Decimal 150 220 254
Hex 96 DC FE

RGB Percentages of Color #96dcfe

%24.04
%35.26
%40.71

CMYK Percentages of Color #96dcfe

%41
%13
%0
%0

Triadic Colors of #96dcfe

#96dcfe #fe96dc #dcfe96

Analogous Colors of #96dcfe

#96dcfe #96a8fe #96feec

Monochromatic Colors of #96dcfe

#96dcfe

Complementary Color

#96dcfe #feb896

#96dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dcfe Color CSS Codes

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

#96dcfe Text Font Color

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

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


#96dcfe Background Color

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

This div background color is #96dcfe


#96dcfe Border Color

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

This div border color is #96dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.