Color Hex Logo

#146b9f Color Hex

#146B9F
(20,107,159)
0 Favorites   0 Comments

Color spaces of #146b9f

RGB 20107159
HSL0.560.780.35
HSV202°87°62°
CMYK 0.870.330.00   0.38
XYZ11.804213.167334.7203
Yxy13.16730.19780.2206
Hunter Lab36.2868-5.4353-31.3298
CIE-Lab43.0143-4.9107-34.8892

#146b9f color RGB value is (20,107,159).

#146b9f hex color red value is 20, green value is 107 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #146b9f hue: 0.56 , saturation: 0.78 and the lightness value of 146b9f is 0.35.

The process color (four color CMYK) of #146b9f color hex is 0.87, 0.33, 0.00, 0.38. Web safe color of #146b9f is #006699. Color #146b9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101011 10011111
Octal 24 153 237
Decimal 20 107 159
Hex 14 6B 9F

RGB Percentages of Color #146b9f

%6.99
%37.41
%55.59

CMYK Percentages of Color #146b9f

%87
%33
%0
%38

Triadic Colors of #146b9f

#146b9f #9f146b #6b9f14

Analogous Colors of #146b9f

#146b9f #14269f #149f8e

Monochromatic Colors of #146b9f

#146b9f

Complementary Color

#146b9f #9f4814

#146b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#146b9f Color CSS Codes

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

#146b9f Text Font Color

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

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


#146b9f Background Color

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

This div background color is #146b9f


#146b9f Border Color

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

This div border color is #146b9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146b9f


Comments

No comments written yet.

Please login to write comment.