Color Hex Logo

#146dcf Color Hex

#146DCF
(20,109,207)
0 Favorites   0 Comments

Color spaces of #146dcf

RGB 20109207
HSL0.590.820.45
HSV211°90°81°
CMYK 0.900.470.00   0.19
XYZ17.019615.591061.1438
Yxy15.59100.18150.1663
Hunter Lab39.48547.8402-64.1717
CIE-Lab46.433312.7123-57.3603

#146dcf color RGB value is (20,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101101 11001111
Octal 24 155 317
Decimal 20 109 207
Hex 14 6D CF

RGB Percentages of Color #146dcf

%5.95
%32.44
%61.61

CMYK Percentages of Color #146dcf

%90
%47
%0
%19

Triadic Colors of #146dcf

#146dcf #cf146d #6dcf14

Analogous Colors of #146dcf

#146dcf #1814cf #14cbcf

Monochromatic Colors of #146dcf

#146dcf

Complementary Color

#146dcf #cf7614

#146dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#146dcf Color CSS Codes

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

#146dcf Text Font Color

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

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


#146dcf Background Color

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

This div background color is #146dcf


#146dcf Border Color

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

This div border color is #146dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146dcf


Comments

No comments written yet.

Please login to write comment.