Color Hex Logo

#146bab Color Hex

#146BAB
(20,107,171)
0 Favorites   0 Comments

Color spaces of #146bab

RGB 20107171
HSL0.570.790.37
HSV205°88°67°
CMYK 0.880.370.00   0.33
XYZ12.896913.604440.4742
Yxy13.60440.19260.2031
Hunter Lab36.8841-2.1330-39.2420
CIE-Lab43.6602-0.2234-40.9411

#146bab color RGB value is (20,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101011 10101011
Octal 24 153 253
Decimal 20 107 171
Hex 14 6B AB

RGB Percentages of Color #146bab

%6.71
%35.91
%57.38

CMYK Percentages of Color #146bab

%88
%37
%0
%33

Triadic Colors of #146bab

#146bab #ab146b #6bab14

Analogous Colors of #146bab

#146bab #1420ab #14aba0

Monochromatic Colors of #146bab

#146bab

Complementary Color

#146bab #ab5414

#146bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#146bab Color CSS Codes

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

#146bab Text Font Color

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

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


#146bab Background Color

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

This div background color is #146bab


#146bab Border Color

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

This div border color is #146bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146bab


Comments

No comments written yet.

Please login to write comment.