Color Hex Logo

#146eaa Color Hex

#146EAA
(20,110,170)
0 Favorites   0 Comments

Color spaces of #146eaa

RGB 20110170
HSL0.570.790.37
HSV204°88°67°
CMYK 0.880.350.00   0.33
XYZ13.120114.202940.0801
Yxy14.20290.19470.2107
Hunter Lab37.6867-3.8096-36.6746
CIE-Lab44.5225-2.4667-38.9860

#146eaa color RGB value is (20,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101110 10101010
Octal 24 156 252
Decimal 20 110 170
Hex 14 6E AA

RGB Percentages of Color #146eaa

%6.67
%36.67
%56.67

CMYK Percentages of Color #146eaa

%88
%35
%0
%33

Triadic Colors of #146eaa

#146eaa #aa146e #6eaa14

Analogous Colors of #146eaa

#146eaa #1423aa #14aa9b

Monochromatic Colors of #146eaa

#146eaa

Complementary Color

#146eaa #aa5014

#146eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#146eaa Color CSS Codes

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

#146eaa Text Font Color

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

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


#146eaa Background Color

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

This div background color is #146eaa


#146eaa Border Color

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

This div border color is #146eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146eaa

#146eaa Color Palettes


Comments

No comments written yet.

Please login to write comment.