Color Hex Logo

#142bac Color Hex

#142BAC
(20,43,172)
0 Favorites   0 Comments

Color spaces of #142bac

RGB 2043172
HSL0.640.790.38
HSV231°88°67°
CMYK 0.880.750.00   0.33
XYZ8.59884.855039.5136
Yxy4.85500.16230.0917
Hunter Lab22.034131.1001-90.9007
CIE-Lab26.317642.0553-69.6953

#142bac color RGB value is (20,43,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101011 10101100
Octal 24 53 254
Decimal 20 43 172
Hex 14 2B AC

RGB Percentages of Color #142bac

%8.51
%18.30
%73.19

CMYK Percentages of Color #142bac

%88
%75
%0
%33

Triadic Colors of #142bac

#142bac #ac142b #2bac14

Analogous Colors of #142bac

#142bac #4914ac #1477ac

Monochromatic Colors of #142bac

#142bac

Complementary Color

#142bac #ac9514

#142bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#142bac Color CSS Codes

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

#142bac Text Font Color

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

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


#142bac Background Color

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

This div background color is #142bac


#142bac Border Color

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

This div border color is #142bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142bac


Comments

No comments written yet.

Please login to write comment.