Color Hex Logo

#1460ce Color Hex

#1460CE
(20,96,206)
0 Favorites   0 Comments

Color spaces of #1460ce

RGB 2096206
HSL0.600.820.44
HSV215°90°81°
CMYK 0.900.530.00   0.19
XYZ15.611912.970760.0733
Yxy12.97070.17610.1463
Hunter Lab36.014914.3511-73.6862
CIE-Lab42.719120.7273-62.7955

#1460ce color RGB value is (20,96,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100000 11001110
Octal 24 140 316
Decimal 20 96 206
Hex 14 60 CE

RGB Percentages of Color #1460ce

%6.21
%29.81
%63.98

CMYK Percentages of Color #1460ce

%90
%53
%0
%19

Triadic Colors of #1460ce

#1460ce #ce1460 #60ce14

Analogous Colors of #1460ce

#1460ce #2514ce #14bdce

Monochromatic Colors of #1460ce

#1460ce

Complementary Color

#1460ce #ce8214

#1460ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1460ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1460ce Color CSS Codes

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

#1460ce Text Font Color

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

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


#1460ce Background Color

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

This div background color is #1460ce


#1460ce Border Color

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

This div border color is #1460ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1460ce


Comments

No comments written yet.

Please login to write comment.