Color Hex Logo

#146fad Color Hex

#146FAD
(20,111,173)
0 Favorites   0 Comments

Color spaces of #146fad

RGB 20111173
HSL0.570.790.38
HSV204°88°68°
CMYK 0.880.360.00   0.32
XYZ13.515814.534741.6283
Yxy14.53470.19400.2086
Hunter Lab38.1244-3.4362-38.0521
CIE-Lab44.9902-1.9104-40.0020

#146fad color RGB value is (20,111,173).

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

The process color (four color CMYK) of #146fad color hex is 0.88, 0.36, 0.00, 0.32. Web safe color of #146fad is #006699. Color #146fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101111 10101101
Octal 24 157 255
Decimal 20 111 173
Hex 14 6F AD

RGB Percentages of Color #146fad

%6.58
%36.51
%56.91

CMYK Percentages of Color #146fad

%88
%36
%0
%32

Triadic Colors of #146fad

#146fad #ad146f #6fad14

Analogous Colors of #146fad

#146fad #1423ad #14ad9f

Monochromatic Colors of #146fad

#146fad

Complementary Color

#146fad #ad5214

#146fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#146fad Color CSS Codes

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

#146fad Text Font Color

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

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


#146fad Background Color

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

This div background color is #146fad


#146fad Border Color

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

This div border color is #146fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146fad


Comments

No comments written yet.

Please login to write comment.