Color Hex Logo

#146daa Color Hex

#146DAA
(20,109,170)
0 Favorites   0 Comments

Color spaces of #146daa

RGB 20109170
HSL0.570.790.37
HSV204°88°67°
CMYK 0.880.360.00   0.33
XYZ13.012813.988340.0444
Yxy13.98830.19410.2086
Hunter Lab37.4009-3.3466-37.2999
CIE-Lab44.2161-1.8525-39.4717

#146daa color RGB value is (20,109,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101101 10101010
Octal 24 155 252
Decimal 20 109 170
Hex 14 6D AA

RGB Percentages of Color #146daa

%6.69
%36.45
%56.86

CMYK Percentages of Color #146daa

%88
%36
%0
%33

Triadic Colors of #146daa

#146daa #aa146d #6daa14

Analogous Colors of #146daa

#146daa #1422aa #14aa9c

Monochromatic Colors of #146daa

#146daa

Complementary Color

#146daa #aa5114

#146daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#146daa Color CSS Codes

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

#146daa Text Font Color

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

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


#146daa Background Color

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

This div background color is #146daa


#146daa Border Color

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

This div border color is #146daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146daa


Comments

No comments written yet.

Please login to write comment.