Color Hex Logo

#1270cc Color Hex

#1270CC
(18,112,204)
0 Favorites   0 Comments

Color spaces of #1270cc

RGB 18112204
HSL0.580.840.44
HSV210°91°80°
CMYK 0.910.450.00   0.20
XYZ16.942716.076659.3369
Yxy16.07660.18340.1741
Hunter Lab40.09565.2591-59.6754
CIE-Lab47.07489.5219-54.6125

#1270cc color RGB value is (18,112,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110000 11001100
Octal 22 160 314
Decimal 18 112 204
Hex 12 70 CC

RGB Percentages of Color #1270cc

%5.39
%33.53
%61.08

CMYK Percentages of Color #1270cc

%91
%45
%0
%20

Triadic Colors of #1270cc

#1270cc #cc1270 #70cc12

Analogous Colors of #1270cc

#1270cc #1213cc #12cccb

Monochromatic Colors of #1270cc

#1270cc

Complementary Color

#1270cc #cc6e12

#1270cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1270cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1270cc Color CSS Codes

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

#1270cc Text Font Color

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

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


#1270cc Background Color

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

This div background color is #1270cc


#1270cc Border Color

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

This div border color is #1270cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1270cc


Comments

No comments written yet.

Please login to write comment.