Color Hex Logo

#146caa Color Hex

#146CAA
(20,108,170)
0 Favorites   0 Comments

Color spaces of #146caa

RGB 20108170
HSL0.570.790.37
HSV205°88°67°
CMYK 0.880.360.00   0.33
XYZ12.906813.776140.0090
Yxy13.77610.19350.2066
Hunter Lab37.1162-2.8816-37.9297
CIE-Lab43.9101-1.2350-39.9571

#146caa color RGB value is (20,108,170).

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

The process color (four color CMYK) of #146caa color hex is 0.88, 0.36, 0.00, 0.33. Web safe color of #146caa is #006699. Color #146caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101100 10101010
Octal 24 154 252
Decimal 20 108 170
Hex 14 6C AA

RGB Percentages of Color #146caa

%6.71
%36.24
%57.05

CMYK Percentages of Color #146caa

%88
%36
%0
%33

Triadic Colors of #146caa

#146caa #aa146c #6caa14

Analogous Colors of #146caa

#146caa #1421aa #14aa9d

Monochromatic Colors of #146caa

#146caa

Complementary Color

#146caa #aa5214

#146caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#146caa Color CSS Codes

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

#146caa Text Font Color

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

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


#146caa Background Color

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

This div background color is #146caa


#146caa Border Color

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

This div border color is #146caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146caa


Comments

No comments written yet.

Please login to write comment.