Color Hex Logo

#1276cc Color Hex

#1276CC
(18,118,204)
0 Favorites   0 Comments

Color spaces of #1276cc

RGB 18118204
HSL0.580.840.44
HSV208°91°80°
CMYK 0.910.420.00   0.20
XYZ17.627017.445159.5649
Yxy17.44510.18630.1843
Hunter Lab41.76732.2392-55.3171
CIE-Lab48.81605.7552-51.8194

#1276cc color RGB value is (18,118,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110110 11001100
Octal 22 166 314
Decimal 18 118 204
Hex 12 76 CC

RGB Percentages of Color #1276cc

%5.29
%34.71
%60.00

CMYK Percentages of Color #1276cc

%91
%42
%0
%20

Triadic Colors of #1276cc

#1276cc #cc1276 #76cc12

Analogous Colors of #1276cc

#1276cc #1219cc #12ccc5

Monochromatic Colors of #1276cc

#1276cc

Complementary Color

#1276cc #cc6812

#1276cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1276cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1276cc Color CSS Codes

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

#1276cc Text Font Color

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

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


#1276cc Background Color

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

This div background color is #1276cc


#1276cc Border Color

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

This div border color is #1276cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1276cc


Comments

No comments written yet.

Please login to write comment.