Color Hex Logo

#1493ec Color Hex

#1493EC
(20,147,236)
0 Favorites   0 Comments

Color spaces of #1493ec

RGB 20147236
HSL0.570.850.50
HSV205°92°93°
CMYK 0.920.380.00   0.07
XYZ25.862527.072383.2193
Yxy27.07230.19000.1988
Hunter Lab52.0310-2.3293-58.4077
CIE-Lab59.04120.5484-53.4783

#1493ec color RGB value is (20,147,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010011 11101100
Octal 24 223 354
Decimal 20 147 236
Hex 14 93 EC

RGB Percentages of Color #1493ec

%4.96
%36.48
%58.56

CMYK Percentages of Color #1493ec

%92
%38
%0
%7

Triadic Colors of #1493ec

#1493ec #ec1493 #93ec14

Analogous Colors of #1493ec

#1493ec #1427ec #14ecd9

Monochromatic Colors of #1493ec

#1493ec

Complementary Color

#1493ec #ec6d14

#1493ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1493ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1493ec Color CSS Codes

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

#1493ec Text Font Color

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

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


#1493ec Background Color

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

This div background color is #1493ec


#1493ec Border Color

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

This div border color is #1493ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1493ec


Comments

No comments written yet.

Please login to write comment.