Color Hex Logo

#146cfc Color Hex

#146CFC
(20,108,252)
0 Favorites   0 Comments

Color spaces of #146cfc

RGB 20108252
HSL0.600.970.53
HSV217°92°99°
CMYK 0.920.570.00   0.01
XYZ23.221717.902194.3270
Yxy17.90210.17140.1322
Hunter Lab42.310923.9231-102.5623
CIE-Lab49.377130.7776-77.9389

#146cfc color RGB value is (20,108,252).

#146cfc hex color red value is 20, green value is 108 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #146cfc hue: 0.60 , saturation: 0.97 and the lightness value of 146cfc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101100 11111100
Octal 24 154 374
Decimal 20 108 252
Hex 14 6C FC

RGB Percentages of Color #146cfc

%5.26
%28.42
%66.32

CMYK Percentages of Color #146cfc

%92
%57
%0
%1

Triadic Colors of #146cfc

#146cfc #fc146c #6cfc14

Analogous Colors of #146cfc

#146cfc #3014fc #14e0fc

Monochromatic Colors of #146cfc

#146cfc

Complementary Color

#146cfc #fca414

#146cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#146cfc Color CSS Codes

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

#146cfc Text Font Color

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

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


#146cfc Background Color

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

This div background color is #146cfc


#146cfc Border Color

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

This div border color is #146cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146cfc


Comments

No comments written yet.

Please login to write comment.