Color Hex Logo

#1996fe Color Hex

#1996FE
(25,150,254)
0 Favorites   0 Comments

Color spaces of #1996fe

RGB 25150254
HSL0.580.990.55
HSV207°90°100°
CMYK 0.900.410.00   0.00
XYZ29.196629.175197.8585
Yxy29.17510.18690.1867
Hunter Lab54.01401.9615-69.6074
CIE-Lab60.93595.7459-60.3604

#1996fe color RGB value is (25,150,254).

#1996fe hex color red value is 25, green value is 150 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1996fe hue: 0.58 , saturation: 0.99 and the lightness value of 1996fe is 0.55.

The process color (four color CMYK) of #1996fe color hex is 0.90, 0.41, 0.00, 0.00. Web safe color of #1996fe is #0099ff. Color #1996fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010110 11111110
Octal 31 226 376
Decimal 25 150 254
Hex 19 96 FE

RGB Percentages of Color #1996fe

%5.83
%34.97
%59.21

CMYK Percentages of Color #1996fe

%90
%41
%0
%0

Triadic Colors of #1996fe

#1996fe #fe1996 #96fe19

Analogous Colors of #1996fe

#1996fe #1923fe #19fef4

Monochromatic Colors of #1996fe

#1996fe

Complementary Color

#1996fe #fe8119

#1996fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1996fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1996fe Color CSS Codes

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

#1996fe Text Font Color

<p style="color:#1996fe">Text here</p>

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


#1996fe Background Color

<div style="background-color:#1996fe">
Div content here</div>

This div background color is #1996fe


#1996fe Border Color

<div style="border:3px solid #1996fe">
Div here</div>

This div border color is #1996fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1996fe

Related Colors


Comments

No comments written yet.

Please login to write comment.