Color Hex Logo

#1250cc Color Hex

#1250CC
(18,80,204)
0 Favorites   0 Comments

Color spaces of #1250cc

RGB 1880204
HSL0.610.840.44
HSV220°91°80°
CMYK 0.910.610.00   0.20
XYZ14.017210.225658.3617
Yxy10.22560.16970.1238
Hunter Lab31.977522.2841-85.8252
CIE-Lab38.244330.3547-68.9376

#1250cc color RGB value is (18,80,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010000 11001100
Octal 22 120 314
Decimal 18 80 204
Hex 12 50 CC

RGB Percentages of Color #1250cc

%5.96
%26.49
%67.55

CMYK Percentages of Color #1250cc

%91
%61
%0
%20

Triadic Colors of #1250cc

#1250cc #cc1250 #50cc12

Analogous Colors of #1250cc

#1250cc #3112cc #12adcc

Monochromatic Colors of #1250cc

#1250cc

Complementary Color

#1250cc #cc8e12

#1250cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1250cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1250cc Color CSS Codes

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

#1250cc Text Font Color

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

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


#1250cc Background Color

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

This div background color is #1250cc


#1250cc Border Color

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

This div border color is #1250cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1250cc


Comments

No comments written yet.

Please login to write comment.