Color Hex Logo

#1498fa Color Hex

#1498FA
(20,152,250)
0 Favorites   0 Comments

Color spaces of #1498fa

RGB 20152250
HSL0.570.960.53
HSV206°92°98°
CMYK 0.920.390.00   0.02
XYZ28.772029.507394.6215
Yxy29.50730.18820.1930
Hunter Lab54.3206-0.5150-65.2533
CIE-Lab61.22682.8486-57.7067

#1498fa color RGB value is (20,152,250).

#1498fa hex color red value is 20, green value is 152 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #1498fa hue: 0.57 , saturation: 0.96 and the lightness value of 1498fa is 0.53.

The process color (four color CMYK) of #1498fa color hex is 0.92, 0.39, 0.00, 0.02. Web safe color of #1498fa is #0099ff. Color #1498fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011000 11111010
Octal 24 230 372
Decimal 20 152 250
Hex 14 98 FA

RGB Percentages of Color #1498fa

%4.74
%36.02
%59.24

CMYK Percentages of Color #1498fa

%92
%39
%0
%2

Triadic Colors of #1498fa

#1498fa #fa1498 #98fa14

Analogous Colors of #1498fa

#1498fa #1425fa #14fae9

Monochromatic Colors of #1498fa

#1498fa

Complementary Color

#1498fa #fa7614

#1498fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1498fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1498fa Color CSS Codes

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

#1498fa Text Font Color

<p style="color:#1498fa">Text here</p>

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


#1498fa Background Color

<div style="background-color:#1498fa">
Div content here</div>

This div background color is #1498fa


#1498fa Border Color

<div style="border:3px solid #1498fa">
Div here</div>

This div border color is #1498fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,152,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1498fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1498fa;
  -webkit-box-shadow: 1px 1px 3px 2px #1498fa;
  box-shadow:         1px 1px 3px 2px #1498fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,152,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1498fa


Comments

No comments written yet.

Please login to write comment.