Color Hex Logo

#146abd Color Hex

#146ABD
(20,106,189)
0 Favorites   0 Comments

Color spaces of #146abd

RGB 20106189
HSL0.580.810.41
HSV209°89°74°
CMYK 0.890.440.00   0.26
XYZ14.627814.130950.1007
Yxy14.13090.18550.1792
Hunter Lab37.59113.6752-52.7068
CIE-Lab44.42017.5164-50.2312

#146abd color RGB value is (20,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 10111101
Octal 24 152 275
Decimal 20 106 189
Hex 14 6A BD

RGB Percentages of Color #146abd

%6.35
%33.65
%60.00

CMYK Percentages of Color #146abd

%89
%44
%0
%26

Triadic Colors of #146abd

#146abd #bd146a #6abd14

Analogous Colors of #146abd

#146abd #1416bd #14bdbc

Monochromatic Colors of #146abd

#146abd

Complementary Color

#146abd #bd6714

#146abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#146abd Color CSS Codes

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

#146abd Text Font Color

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

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


#146abd Background Color

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

This div background color is #146abd


#146abd Border Color

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

This div border color is #146abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146abd


Comments

No comments written yet.

Please login to write comment.