Color Hex Logo

#143caa Color Hex

#143CAA
(20,60,170)
0 Favorites   0 Comments

Color spaces of #143caa

RGB 2060170
HSL0.620.790.37
HSV224°88°67°
CMYK 0.880.650.00   0.33
XYZ9.16006.282738.7601
Yxy6.28270.16900.1159
Hunter Lab25.065321.3677-74.1382
CIE-Lab30.114830.4687-62.2358

#143caa color RGB value is (20,60,170).

#143caa hex color red value is 20, green value is 60 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #143caa hue: 0.62 , saturation: 0.79 and the lightness value of 143caa is 0.37.

The process color (four color CMYK) of #143caa color hex is 0.88, 0.65, 0.00, 0.33. Web safe color of #143caa is #003399. Color #143caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111100 10101010
Octal 24 74 252
Decimal 20 60 170
Hex 14 3C AA

RGB Percentages of Color #143caa

%8.00
%24.00
%68.00

CMYK Percentages of Color #143caa

%88
%65
%0
%33

Triadic Colors of #143caa

#143caa #aa143c #3caa14

Analogous Colors of #143caa

#143caa #3714aa #1487aa

Monochromatic Colors of #143caa

#143caa

Complementary Color

#143caa #aa8214

#143caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#143caa Color CSS Codes

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

#143caa Text Font Color

<p style="color:#143caa">Text here</p>

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


#143caa Background Color

<div style="background-color:#143caa">
Div content here</div>

This div background color is #143caa


#143caa Border Color

<div style="border:3px solid #143caa">
Div here</div>

This div border color is #143caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,60,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143caa;
  -webkit-box-shadow: 1px 1px 3px 2px #143caa;
  box-shadow:         1px 1px 3px 2px #143caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143caa


Comments

No comments written yet.

Please login to write comment.