Color Hex Logo

#146a7d Color Hex

#146A7D
(20,106,125)
0 Favorites   0 Comments

Color spaces of #146a7d

RGB 20106125
HSL0.530.720.28
HSV191°84°49°
CMYK 0.840.150.00   0.51
XYZ9.144211.937521.2242
Yxy11.93750.21610.2822
Hunter Lab34.5507-13.2218-12.2359
CIE-Lab41.1166-17.0849-17.4863

#146a7d color RGB value is (20,106,125).

#146a7d hex color red value is 20, green value is 106 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #146a7d hue: 0.53 , saturation: 0.72 and the lightness value of 146a7d is 0.28.

The process color (four color CMYK) of #146a7d color hex is 0.84, 0.15, 0.00, 0.51. Web safe color of #146a7d is #006666. Color #146a7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 01111101
Octal 24 152 175
Decimal 20 106 125
Hex 14 6A 7D

RGB Percentages of Color #146a7d

%7.97
%42.23
%49.80

CMYK Percentages of Color #146a7d

%84
%15
%0
%51

Triadic Colors of #146a7d

#146a7d #7d146a #6a7d14

Analogous Colors of #146a7d

#146a7d #14367d #147d5c

Monochromatic Colors of #146a7d

#146a7d

Complementary Color

#146a7d #7d2714

#146a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#146a7d Color CSS Codes

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

#146a7d Text Font Color

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

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


#146a7d Background Color

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

This div background color is #146a7d


#146a7d Border Color

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

This div border color is #146a7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,106,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #146a7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146a7d


Comments

No comments written yet.

Please login to write comment.