Color Hex Logo

#146abe Color Hex

#146ABE
(20,106,190)
0 Favorites   0 Comments

Color spaces of #146abe

RGB 20106190
HSL0.580.810.41
HSV210°89°75°
CMYK 0.890.440.00   0.25
XYZ14.736814.174550.6744
Yxy14.17450.18520.1781
Hunter Lab37.64903.9837-53.4481
CIE-Lab44.48227.9128-50.7113

#146abe color RGB value is (20,106,190).

#146abe hex color red value is 20, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #146abe hue: 0.58 , saturation: 0.81 and the lightness value of 146abe is 0.41.

The process color (four color CMYK) of #146abe color hex is 0.89, 0.44, 0.00, 0.25. Web safe color of #146abe is #0066cc. Color #146abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 10111110
Octal 24 152 276
Decimal 20 106 190
Hex 14 6A BE

RGB Percentages of Color #146abe

%6.33
%33.54
%60.13

CMYK Percentages of Color #146abe

%89
%44
%0
%25

Triadic Colors of #146abe

#146abe #be146a #6abe14

Analogous Colors of #146abe

#146abe #1415be #14bebd

Monochromatic Colors of #146abe

#146abe

Complementary Color

#146abe #be6814

#146abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#146abe Color CSS Codes

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

#146abe Text Font Color

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

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


#146abe Background Color

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

This div background color is #146abe


#146abe Border Color

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

This div border color is #146abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146abe


Comments

No comments written yet.

Please login to write comment.