Color Hex Logo

#1490ec Color Hex

#1490EC
(20,144,236)
0 Favorites   0 Comments

Color spaces of #1490ec

RGB 20144236
HSL0.570.850.50
HSV206°92°93°
CMYK 0.920.390.00   0.07
XYZ25.402126.151483.0658
Yxy26.15140.18870.1943
Hunter Lab51.1384-0.8256-60.5097
CIE-Lab58.18052.3242-54.8498

#1490ec color RGB value is (20,144,236).

#1490ec hex color red value is 20, green value is 144 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1490ec hue: 0.57 , saturation: 0.85 and the lightness value of 1490ec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010000 11101100
Octal 24 220 354
Decimal 20 144 236
Hex 14 90 EC

RGB Percentages of Color #1490ec

%5.00
%36.00
%59.00

CMYK Percentages of Color #1490ec

%92
%39
%0
%7

Triadic Colors of #1490ec

#1490ec #ec1490 #90ec14

Analogous Colors of #1490ec

#1490ec #1424ec #14ecdc

Monochromatic Colors of #1490ec

#1490ec

Complementary Color

#1490ec #ec7014

#1490ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1490ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1490ec Color CSS Codes

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

#1490ec Text Font Color

<p style="color:#1490ec">Text here</p>

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


#1490ec Background Color

<div style="background-color:#1490ec">
Div content here</div>

This div background color is #1490ec


#1490ec Border Color

<div style="border:3px solid #1490ec">
Div here</div>

This div border color is #1490ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,144,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1490ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1490ec;
  -webkit-box-shadow: 1px 1px 3px 2px #1490ec;
  box-shadow:         1px 1px 3px 2px #1490ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1490ec


Comments

No comments written yet.

Please login to write comment.