Color Hex Logo

#1260ec Color Hex

#1260EC
(18,96,236)
0 Favorites   0 Comments

Color spaces of #1260ec

RGB 1896236
HSL0.610.860.50
HSV219°92°93°
CMYK 0.920.590.00   0.07
XYZ19.572614.550581.1338
Yxy14.55050.16980.1262
Hunter Lab38.145124.8360-99.4069
CIE-Lab45.012332.2774-76.1257

#1260ec color RGB value is (18,96,236).

#1260ec hex color red value is 18, green value is 96 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1260ec hue: 0.61 , saturation: 0.86 and the lightness value of 1260ec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100000 11101100
Octal 22 140 354
Decimal 18 96 236
Hex 12 60 EC

RGB Percentages of Color #1260ec

%5.14
%27.43
%67.43

CMYK Percentages of Color #1260ec

%92
%59
%0
%7

Triadic Colors of #1260ec

#1260ec #ec1260 #60ec12

Analogous Colors of #1260ec

#1260ec #3112ec #12cdec

Monochromatic Colors of #1260ec

#1260ec

Complementary Color

#1260ec #ec9e12

#1260ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1260ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1260ec Color CSS Codes

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

#1260ec Text Font Color

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

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


#1260ec Background Color

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

This div background color is #1260ec


#1260ec Border Color

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

This div border color is #1260ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1260ec


Comments

No comments written yet.

Please login to write comment.