Color Hex Logo

#1278cc Color Hex

#1278CC
(18,120,204)
0 Favorites   0 Comments

Color spaces of #1278cc

RGB 18120204
HSL0.580.840.44
HSV207°91°80°
CMYK 0.910.410.00   0.20
XYZ17.865017.921259.6443
Yxy17.92120.18720.1878
Hunter Lab42.33341.2447-53.9013
CIE-Lab49.40044.5140-50.8845

#1278cc color RGB value is (18,120,204).

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

The process color (four color CMYK) of #1278cc color hex is 0.91, 0.41, 0.00, 0.20. Web safe color of #1278cc is #0066cc. Color #1278cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111000 11001100
Octal 22 170 314
Decimal 18 120 204
Hex 12 78 CC

RGB Percentages of Color #1278cc

%5.26
%35.09
%59.65

CMYK Percentages of Color #1278cc

%91
%41
%0
%20

Triadic Colors of #1278cc

#1278cc #cc1278 #78cc12

Analogous Colors of #1278cc

#1278cc #121bcc #12ccc3

Monochromatic Colors of #1278cc

#1278cc

Complementary Color

#1278cc #cc6612

#1278cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1278cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1278cc Color CSS Codes

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

#1278cc Text Font Color

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

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


#1278cc Background Color

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

This div background color is #1278cc


#1278cc Border Color

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

This div border color is #1278cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1278cc


Comments

No comments written yet.

Please login to write comment.