Color Hex Logo

#142abd Color Hex

#142ABD
(20,42,189)
0 Favorites   0 Comments

Color spaces of #142abd

RGB 2042189
HSL0.640.810.41
HSV232°89°74°
CMYK 0.890.780.00   0.26
XYZ10.30185.478848.6587
Yxy5.47880.15990.0850
Hunter Lab23.406837.5993-106.8687
CIE-Lab28.057548.4908-76.9468

#142abd color RGB value is (20,42,189).

#142abd hex color red value is 20, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #142abd hue: 0.64 , saturation: 0.81 and the lightness value of 142abd is 0.41.

The process color (four color CMYK) of #142abd color hex is 0.89, 0.78, 0.00, 0.26. Web safe color of #142abd is #0033cc. Color #142abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101010 10111101
Octal 24 52 275
Decimal 20 42 189
Hex 14 2A BD

RGB Percentages of Color #142abd

%7.97
%16.73
%75.30

CMYK Percentages of Color #142abd

%89
%78
%0
%26

Triadic Colors of #142abd

#142abd #bd142a #2abd14

Analogous Colors of #142abd

#142abd #5214bd #147fbd

Monochromatic Colors of #142abd

#142abd

Complementary Color

#142abd #bda714

#142abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#142abd Color CSS Codes

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

#142abd Text Font Color

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

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


#142abd Background Color

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

This div background color is #142abd


#142abd Border Color

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

This div border color is #142abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142abd


Comments

No comments written yet.

Please login to write comment.