Color Hex Logo

#142dac Color Hex

#142DAC
(20,45,172)
0 Favorites   0 Comments

Color spaces of #142dac

RGB 2045172
HSL0.640.790.38
HSV230°88°67°
CMYK 0.880.740.00   0.33
XYZ8.67335.004139.5385
Yxy5.00410.16300.0940
Hunter Lab22.369830.0613-89.1356
CIE-Lab26.746440.8532-68.9859

#142dac color RGB value is (20,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101101 10101100
Octal 24 55 254
Decimal 20 45 172
Hex 14 2D AC

RGB Percentages of Color #142dac

%8.44
%18.99
%72.57

CMYK Percentages of Color #142dac

%88
%74
%0
%33

Triadic Colors of #142dac

#142dac #ac142d #2dac14

Analogous Colors of #142dac

#142dac #4714ac #1479ac

Monochromatic Colors of #142dac

#142dac

Complementary Color

#142dac #ac9314

#142dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#142dac Color CSS Codes

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

#142dac Text Font Color

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

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


#142dac Background Color

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

This div background color is #142dac


#142dac Border Color

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

This div border color is #142dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142dac


Comments

No comments written yet.

Please login to write comment.