Color Hex Logo

#1493ce Color Hex

#1493CE
(20,147,206)
0 Favorites   0 Comments

Color spaces of #1493ce

RGB 20147206
HSL0.550.820.44
HSV199°90°81°
CMYK 0.900.290.00   0.19
XYZ21.862825.472462.1569
Yxy25.47240.19970.2326
Hunter Lab50.4702-10.9998-37.6899
CIE-Lab57.5328-10.5963-39.1295

#1493ce color RGB value is (20,147,206).

#1493ce hex color red value is 20, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1493ce hue: 0.55 , saturation: 0.82 and the lightness value of 1493ce is 0.44.

The process color (four color CMYK) of #1493ce color hex is 0.90, 0.29, 0.00, 0.19. Web safe color of #1493ce is #0099cc. Color #1493ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10010011 11001110
Octal 24 223 316
Decimal 20 147 206
Hex 14 93 CE

RGB Percentages of Color #1493ce

%5.36
%39.41
%55.23

CMYK Percentages of Color #1493ce

%90
%29
%0
%19

Triadic Colors of #1493ce

#1493ce #ce1493 #93ce14

Analogous Colors of #1493ce

#1493ce #1436ce #14ceac

Monochromatic Colors of #1493ce

#1493ce

Complementary Color

#1493ce #ce4f14

#1493ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1493ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1493ce Color CSS Codes

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

#1493ce Text Font Color

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

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


#1493ce Background Color

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

This div background color is #1493ce


#1493ce Border Color

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

This div border color is #1493ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1493ce


Comments

No comments written yet.

Please login to write comment.