Color Hex Logo

#146dfd Color Hex

#146DFD
(20,109,253)
0 Favorites   0 Comments

Color spaces of #146dfd

RGB 20109253
HSL0.600.980.54
HSV217°92°99°
CMYK 0.920.570.00   0.01
XYZ23.486818.177895.1993
Yxy18.17780.17160.1328
Hunter Lab42.635423.7192-102.5420
CIE-Lab49.711130.5234-77.9491

#146dfd color RGB value is (20,109,253).

#146dfd hex color red value is 20, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #146dfd hue: 0.60 , saturation: 0.98 and the lightness value of 146dfd is 0.54.

The process color (four color CMYK) of #146dfd color hex is 0.92, 0.57, 0.00, 0.01. Web safe color of #146dfd is #0066ff. Color #146dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101101 11111101
Octal 24 155 375
Decimal 20 109 253
Hex 14 6D FD

RGB Percentages of Color #146dfd

%5.24
%28.53
%66.23

CMYK Percentages of Color #146dfd

%92
%57
%0
%1

Triadic Colors of #146dfd

#146dfd #fd146d #6dfd14

Analogous Colors of #146dfd

#146dfd #2f14fd #14e2fd

Monochromatic Colors of #146dfd

#146dfd

Complementary Color

#146dfd #fda414

#146dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#146dfd Color CSS Codes

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

#146dfd Text Font Color

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

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


#146dfd Background Color

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

This div background color is #146dfd


#146dfd Border Color

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

This div border color is #146dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.