Color Hex Logo

#142cac Color Hex

#142CAC
(20,44,172)
0 Favorites   0 Comments

Color spaces of #142cac

RGB 2044172
HSL0.640.790.38
HSV231°88°67°
CMYK 0.880.740.00   0.33
XYZ8.63564.928639.5259
Yxy4.92860.16270.0928
Hunter Lab22.200530.5827-90.0202
CIE-Lab26.530441.4579-69.3433

#142cac color RGB value is (20,44,172).

#142cac hex color red value is 20, green value is 44 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #142cac hue: 0.64 , saturation: 0.79 and the lightness value of 142cac is 0.38.

The process color (four color CMYK) of #142cac color hex is 0.88, 0.74, 0.00, 0.33. Web safe color of #142cac is #003399. Color #142cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101100 10101100
Octal 24 54 254
Decimal 20 44 172
Hex 14 2C AC

RGB Percentages of Color #142cac

%8.47
%18.64
%72.88

CMYK Percentages of Color #142cac

%88
%74
%0
%33

Triadic Colors of #142cac

#142cac #ac142c #2cac14

Analogous Colors of #142cac

#142cac #4814ac #1478ac

Monochromatic Colors of #142cac

#142cac

Complementary Color

#142cac #ac9414

#142cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#142cac Color CSS Codes

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

#142cac Text Font Color

<p style="color:#142cac">Text here</p>

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


#142cac Background Color

<div style="background-color:#142cac">
Div content here</div>

This div background color is #142cac


#142cac Border Color

<div style="border:3px solid #142cac">
Div here</div>

This div border color is #142cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,44,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #142cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #142cac;
  -webkit-box-shadow: 1px 1px 3px 2px #142cac;
  box-shadow:         1px 1px 3px 2px #142cac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,44,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #142cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142cac


Comments

No comments written yet.

Please login to write comment.