Color Hex Logo

#146faa Color Hex

#146FAA
(20,111,170)
0 Favorites   0 Comments

Color spaces of #146faa

RGB 20111170
HSL0.570.790.37
HSV204°88°67°
CMYK 0.880.350.00   0.33
XYZ13.228614.419940.1163
Yxy14.41990.19520.2128
Hunter Lab37.9735-4.2708-36.0541
CIE-Lab44.8292-3.0783-38.5004

#146faa color RGB value is (20,111,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101111 10101010
Octal 24 157 252
Decimal 20 111 170
Hex 14 6F AA

RGB Percentages of Color #146faa

%6.64
%36.88
%56.48

CMYK Percentages of Color #146faa

%88
%35
%0
%33

Triadic Colors of #146faa

#146faa #aa146f #6faa14

Analogous Colors of #146faa

#146faa #1424aa #14aa9a

Monochromatic Colors of #146faa

#146faa

Complementary Color

#146faa #aa4f14

#146faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#146faa Color CSS Codes

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

#146faa Text Font Color

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

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


#146faa Background Color

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

This div background color is #146faa


#146faa Border Color

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

This div border color is #146faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146faa


Comments

No comments written yet.

Please login to write comment.