Color Hex Logo

#146884 Color Hex

#146884
(20,104,132)
0 Favorites   0 Comments

Color spaces of #146884

RGB 20104132
HSL0.540.740.30
HSV195°85°52°
CMYK 0.850.210.00   0.48
XYZ9.403711.715323.5954
Yxy11.71530.21030.2620
Hunter Lab34.2276-10.8572-16.9132
CIE-Lab40.7600-13.4008-22.2682

#146884 color RGB value is (20,104,132).

#146884 hex color red value is 20, green value is 104 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #146884 hue: 0.54 , saturation: 0.74 and the lightness value of 146884 is 0.30.

The process color (four color CMYK) of #146884 color hex is 0.85, 0.21, 0.00, 0.48. Web safe color of #146884 is #006699. Color #146884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101000 10000100
Octal 24 150 204
Decimal 20 104 132
Hex 14 68 84

RGB Percentages of Color #146884

%7.81
%40.63
%51.56

CMYK Percentages of Color #146884

%85
%21
%0
%48

Triadic Colors of #146884

#146884 #841468 #688414

Analogous Colors of #146884

#146884 #143084 #148468

Monochromatic Colors of #146884

#146884

Complementary Color

#146884 #843014

#146884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146884 Color CSS Codes

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

#146884 Text Font Color

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

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


#146884 Background Color

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

This div background color is #146884


#146884 Border Color

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

This div border color is #146884


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,104,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #146884; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #146884;
  -webkit-box-shadow: 1px 1px 3px 2px #146884;
  box-shadow:         1px 1px 3px 2px #146884; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146884


Comments

No comments written yet.

Please login to write comment.