Color Hex Logo

#146a86 Color Hex

#146A86
(20,106,134)
0 Favorites   0 Comments

Color spaces of #146a86

RGB 20106134
HSL0.540.740.30
HSV195°85°53°
CMYK 0.850.210.00   0.47
XYZ9.745612.178024.3912
Yxy12.17800.21040.2629
Hunter Lab34.8970-11.2205-17.0128
CIE-Lab41.4976-13.8108-22.3320

#146a86 color RGB value is (20,106,134).

#146a86 hex color red value is 20, green value is 106 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #146a86 hue: 0.54 , saturation: 0.74 and the lightness value of 146a86 is 0.30.

The process color (four color CMYK) of #146a86 color hex is 0.85, 0.21, 0.00, 0.47. Web safe color of #146a86 is #006699. Color #146a86 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 10000110
Octal 24 152 206
Decimal 20 106 134
Hex 14 6A 86

RGB Percentages of Color #146a86

%7.69
%40.77
%51.54

CMYK Percentages of Color #146a86

%85
%21
%0
%47

Triadic Colors of #146a86

#146a86 #86146a #6a8614

Analogous Colors of #146a86

#146a86 #143186 #148669

Monochromatic Colors of #146a86

#146a86

Complementary Color

#146a86 #863014

#146a86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146a86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146a86 Color CSS Codes

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

#146a86 Text Font Color

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

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


#146a86 Background Color

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

This div background color is #146a86


#146a86 Border Color

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

This div border color is #146a86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146a86


Comments

No comments written yet.

Please login to write comment.