Color Hex Logo

#146adb Color Hex

#146ADB
(20,106,219)
0 Favorites   0 Comments

Color spaces of #146adb

RGB 20106219
HSL0.590.830.47
HSV214°91°86°
CMYK 0.910.520.00   0.14
XYZ18.228715.571369.0626
Yxy15.57130.17720.1514
Hunter Lab39.460513.4019-76.1453
CIE-Lab46.406919.3473-64.2418

#146adb color RGB value is (20,106,219).

#146adb hex color red value is 20, green value is 106 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #146adb hue: 0.59 , saturation: 0.83 and the lightness value of 146adb is 0.47.

The process color (four color CMYK) of #146adb color hex is 0.91, 0.52, 0.00, 0.14. Web safe color of #146adb is #0066cc. Color #146adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 11011011
Octal 24 152 333
Decimal 20 106 219
Hex 14 6A DB

RGB Percentages of Color #146adb

%5.80
%30.72
%63.48

CMYK Percentages of Color #146adb

%91
%52
%0
%14

Triadic Colors of #146adb

#146adb #db146a #6adb14

Analogous Colors of #146adb

#146adb #2114db #14cedb

Monochromatic Colors of #146adb

#146adb

Complementary Color

#146adb #db8514

#146adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#146adb Color CSS Codes

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

#146adb Text Font Color

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

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


#146adb Background Color

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

This div background color is #146adb


#146adb Border Color

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

This div border color is #146adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146adb


Comments

No comments written yet.

Please login to write comment.