Color Hex Logo

#1476cc Color Hex

#1476CC
(20,118,204)
0 Favorites   0 Comments

Color spaces of #1476cc

RGB 20118204
HSL0.580.820.44
HSV208°90°80°
CMYK 0.900.420.00   0.20
XYZ17.666017.465259.5668
Yxy17.46520.18660.1844
Hunter Lab41.79142.3204-55.2542
CIE-Lab48.84095.8581-51.7782

#1476cc color RGB value is (20,118,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110110 11001100
Octal 24 166 314
Decimal 20 118 204
Hex 14 76 CC

RGB Percentages of Color #1476cc

%5.85
%34.50
%59.65

CMYK Percentages of Color #1476cc

%90
%42
%0
%20

Triadic Colors of #1476cc

#1476cc #cc1476 #76cc14

Analogous Colors of #1476cc

#1476cc #141acc #14ccc6

Monochromatic Colors of #1476cc

#1476cc

Complementary Color

#1476cc #cc6a14

#1476cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1476cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1476cc Color CSS Codes

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

#1476cc Text Font Color

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

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


#1476cc Background Color

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

This div background color is #1476cc


#1476cc Border Color

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

This div border color is #1476cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1476cc


Comments

No comments written yet.

Please login to write comment.