Color Hex Logo

#146da4 Color Hex

#146DA4
(20,109,164)
0 Favorites   0 Comments

Color spaces of #146da4

RGB 20109164
HSL0.560.780.36
HSV203°88°64°
CMYK 0.880.340.00   0.36
XYZ12.458013.766337.1225
Yxy13.76630.19670.2173
Hunter Lab37.1030-4.9955-33.3491
CIE-Lab43.8959-4.1878-36.4503

#146da4 color RGB value is (20,109,164).

#146da4 hex color red value is 20, green value is 109 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #146da4 hue: 0.56 , saturation: 0.78 and the lightness value of 146da4 is 0.36.

The process color (four color CMYK) of #146da4 color hex is 0.88, 0.34, 0.00, 0.36. Web safe color of #146da4 is #006699. Color #146da4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101101 10100100
Octal 24 155 244
Decimal 20 109 164
Hex 14 6D A4

RGB Percentages of Color #146da4

%6.83
%37.20
%55.97

CMYK Percentages of Color #146da4

%88
%34
%0
%36

Triadic Colors of #146da4

#146da4 #a4146d #6da414

Analogous Colors of #146da4

#146da4 #1425a4 #14a493

Monochromatic Colors of #146da4

#146da4

Complementary Color

#146da4 #a44b14

#146da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146da4 Color CSS Codes

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

#146da4 Text Font Color

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

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


#146da4 Background Color

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

This div background color is #146da4


#146da4 Border Color

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

This div border color is #146da4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146da4


Comments

No comments written yet.

Please login to write comment.