Color Hex Logo

#147daa Color Hex

#147DAA
(20,125,170)
0 Favorites   0 Comments

Color spaces of #147daa

RGB 20125170
HSL0.550.790.37
HSV198°88°67°
CMYK 0.880.260.00   0.33
XYZ14.877817.718240.6660
Yxy17.71820.20310.2418
Hunter Lab42.0930-10.5718-27.8149
CIE-Lab49.1525-11.3641-31.6984

#147daa color RGB value is (20,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01111101 10101010
Octal 24 175 252
Decimal 20 125 170
Hex 14 7D AA

RGB Percentages of Color #147daa

%6.35
%39.68
%53.97

CMYK Percentages of Color #147daa

%88
%26
%0
%33

Triadic Colors of #147daa

#147daa #aa147d #7daa14

Analogous Colors of #147daa

#147daa #1432aa #14aa8c

Monochromatic Colors of #147daa

#147daa

Complementary Color

#147daa #aa4114

#147daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#147daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#147daa Color CSS Codes

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

#147daa Text Font Color

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

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


#147daa Background Color

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

This div background color is #147daa


#147daa Border Color

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

This div border color is #147daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #147daa


Comments

No comments written yet.

Please login to write comment.