Color Hex Logo

#146ccf Color Hex

#146CCF
(20,108,207)
0 Favorites   0 Comments

Color spaces of #146ccf

RGB 20108207
HSL0.590.820.45
HSV212°90°81°
CMYK 0.900.480.00   0.19
XYZ16.913515.378861.1085
Yxy15.37880.18110.1647
Hunter Lab39.21588.3581-64.9383
CIE-Lab46.148713.3520-57.8191

#146ccf color RGB value is (20,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101100 11001111
Octal 24 154 317
Decimal 20 108 207
Hex 14 6C CF

RGB Percentages of Color #146ccf

%5.97
%32.24
%61.79

CMYK Percentages of Color #146ccf

%90
%48
%0
%19

Triadic Colors of #146ccf

#146ccf #cf146c #6ccf14

Analogous Colors of #146ccf

#146ccf #1a14cf #14cacf

Monochromatic Colors of #146ccf

#146ccf

Complementary Color

#146ccf #cf7714

#146ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#146ccf Color CSS Codes

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

#146ccf Text Font Color

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

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


#146ccf Background Color

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

This div background color is #146ccf


#146ccf Border Color

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

This div border color is #146ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,108,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 #146ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146ccf


Comments

No comments written yet.

Please login to write comment.