Color Hex Logo

#146acf Color Hex

#146ACF
(20,106,207)
0 Favorites   0 Comments

Color spaces of #146acf

RGB 20106207
HSL0.590.820.45
HSV212°90°81°
CMYK 0.900.490.00   0.19
XYZ16.705014.961861.0389
Yxy14.96180.18020.1614
Hunter Lab38.68059.3982-66.4850
CIE-Lab45.581814.6350-58.7339

#146acf color RGB value is (20,106,207).

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

The process color (four color CMYK) of #146acf color hex is 0.90, 0.49, 0.00, 0.19. Web safe color of #146acf is #0066cc. Color #146acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101010 11001111
Octal 24 152 317
Decimal 20 106 207
Hex 14 6A CF

RGB Percentages of Color #146acf

%6.01
%31.83
%62.16

CMYK Percentages of Color #146acf

%90
%49
%0
%19

Triadic Colors of #146acf

#146acf #cf146a #6acf14

Analogous Colors of #146acf

#146acf #1b14cf #14c8cf

Monochromatic Colors of #146acf

#146acf

Complementary Color

#146acf #cf7914

#146acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#146acf Color CSS Codes

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

#146acf Text Font Color

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

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


#146acf Background Color

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

This div background color is #146acf


#146acf Border Color

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

This div border color is #146acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146acf


Comments

No comments written yet.

Please login to write comment.