Color Hex Logo

#1293cc Color Hex

#1293CC
(18,147,204)
0 Favorites   0 Comments

Color spaces of #1293cc

RGB 18147204
HSL0.550.840.44
HSV198°91°80°
CMYK 0.910.280.00   0.20
XYZ21.582325.355760.8834
Yxy25.35570.20020.2352
Hunter Lab50.3544-11.6138-36.4392
CIE-Lab57.4204-11.4273-38.1825

#1293cc color RGB value is (18,147,204).

#1293cc hex color red value is 18, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1293cc hue: 0.55 , saturation: 0.84 and the lightness value of 1293cc is 0.44.

The process color (four color CMYK) of #1293cc color hex is 0.91, 0.28, 0.00, 0.20. Web safe color of #1293cc is #0099cc. Color #1293cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010011 11001100
Octal 22 223 314
Decimal 18 147 204
Hex 12 93 CC

RGB Percentages of Color #1293cc

%4.88
%39.84
%55.28

CMYK Percentages of Color #1293cc

%91
%28
%0
%20

Triadic Colors of #1293cc

#1293cc #cc1293 #93cc12

Analogous Colors of #1293cc

#1293cc #1236cc #12cca8

Monochromatic Colors of #1293cc

#1293cc

Complementary Color

#1293cc #cc4b12

#1293cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1293cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1293cc Color CSS Codes

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

#1293cc Text Font Color

<p style="color:#1293cc">Text here</p>

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


#1293cc Background Color

<div style="background-color:#1293cc">
Div content here</div>

This div background color is #1293cc


#1293cc Border Color

<div style="border:3px solid #1293cc">
Div here</div>

This div border color is #1293cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,147,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1293cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1293cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1293cc;
  box-shadow:         1px 1px 3px 2px #1293cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1293cc


Comments

No comments written yet.

Please login to write comment.