Color Hex Logo

#1498ed Color Hex

#1498ED
(20,152,237)
0 Favorites   0 Comments

Color spaces of #1498ed

RGB 20152237
HSL0.570.860.50
HSV204°92°93°
CMYK 0.920.360.00   0.07
XYZ26.802828.719684.2515
Yxy28.71960.19180.2055
Hunter Lab53.5907-4.5088-55.6981
CIE-Lab60.5334-2.0034-51.6585

#1498ed color RGB value is (20,152,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011000 11101101
Octal 24 230 355
Decimal 20 152 237
Hex 14 98 ED

RGB Percentages of Color #1498ed

%4.89
%37.16
%57.95

CMYK Percentages of Color #1498ed

%92
%36
%0
%7

Triadic Colors of #1498ed

#1498ed #ed1498 #98ed14

Analogous Colors of #1498ed

#1498ed #142ced #14edd6

Monochromatic Colors of #1498ed

#1498ed

Complementary Color

#1498ed #ed6914

#1498ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1498ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1498ed Color CSS Codes

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

#1498ed Text Font Color

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

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


#1498ed Background Color

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

This div background color is #1498ed


#1498ed Border Color

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

This div border color is #1498ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1498ed


Comments

No comments written yet.

Please login to write comment.