Color Hex Logo

#1499fe Color Hex

#1499FE
(20,153,254)
0 Favorites   0 Comments

Color spaces of #1499fe

RGB 20153254
HSL0.570.990.54
HSV206°92°100°
CMYK 0.920.400.00   0.00
XYZ29.569130.086998.0148
Yxy30.08690.18750.1908
Hunter Lab54.85150.2348-67.5499
CIE-Lab61.72913.7553-59.0953

#1499fe color RGB value is (20,153,254).

#1499fe hex color red value is 20, green value is 153 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1499fe hue: 0.57 , saturation: 0.99 and the lightness value of 1499fe is 0.54.

The process color (four color CMYK) of #1499fe color hex is 0.92, 0.40, 0.00, 0.00. Web safe color of #1499fe is #0099ff. Color #1499fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011001 11111110
Octal 24 231 376
Decimal 20 153 254
Hex 14 99 FE

RGB Percentages of Color #1499fe

%4.68
%35.83
%59.48

CMYK Percentages of Color #1499fe

%92
%40
%0
%0

Triadic Colors of #1499fe

#1499fe #fe1499 #99fe14

Analogous Colors of #1499fe

#1499fe #1424fe #14feee

Monochromatic Colors of #1499fe

#1499fe

Complementary Color

#1499fe #fe7914

#1499fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1499fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1499fe Color CSS Codes

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

#1499fe Text Font Color

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

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


#1499fe Background Color

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

This div background color is #1499fe


#1499fe Border Color

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

This div border color is #1499fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1499fe


Comments

No comments written yet.

Please login to write comment.