Color Hex Logo

#146abf Color Hex

#146ABF
(20,106,191)
0 Favorites   0 Comments

Color spaces of #146abf

RGB 20106191
HSL0.580.810.41
HSV210°90°75°
CMYK 0.900.450.00   0.25
XYZ14.846514.218451.2521
Yxy14.21840.18480.1770
Hunter Lab37.70734.2931-54.1924
CIE-Lab44.54458.3088-51.1905

#146abf color RGB value is (20,106,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 10111111
Octal 24 152 277
Decimal 20 106 191
Hex 14 6A BF

RGB Percentages of Color #146abf

%6.31
%33.44
%60.25

CMYK Percentages of Color #146abf

%90
%45
%0
%25

Triadic Colors of #146abf

#146abf #bf146a #6abf14

Analogous Colors of #146abf

#146abf #1415bf #14bfbf

Monochromatic Colors of #146abf

#146abf

Complementary Color

#146abf #bf6914

#146abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#146abf Color CSS Codes

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

#146abf Text Font Color

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

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


#146abf Background Color

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

This div background color is #146abf


#146abf Border Color

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

This div border color is #146abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146abf


Comments

No comments written yet.

Please login to write comment.