Color Hex Logo

#142dad Color Hex

#142DAD
(20,45,173)
0 Favorites   0 Comments

Color spaces of #142dad

RGB 2045173
HSL0.640.790.38
HSV230°88°68°
CMYK 0.880.740.00   0.32
XYZ8.76975.042640.0463
Yxy5.04260.16280.0936
Hunter Lab22.455730.4126-90.0155
CIE-Lab26.855841.2128-69.4056

#142dad color RGB value is (20,45,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101101 10101101
Octal 24 55 255
Decimal 20 45 173
Hex 14 2D AD

RGB Percentages of Color #142dad

%8.40
%18.91
%72.69

CMYK Percentages of Color #142dad

%88
%74
%0
%32

Triadic Colors of #142dad

#142dad #ad142d #2dad14

Analogous Colors of #142dad

#142dad #4714ad #147aad

Monochromatic Colors of #142dad

#142dad

Complementary Color

#142dad #ad9414

#142dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#142dad Color CSS Codes

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

#142dad Text Font Color

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

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


#142dad Background Color

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

This div background color is #142dad


#142dad Border Color

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

This div border color is #142dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142dad


Comments

No comments written yet.

Please login to write comment.