Color Hex Logo

#146869 Color Hex

#146869
(20,104,105)
0 Favorites   0 Comments

Color spaces of #146869

RGB 20104105
HSL0.500.680.25
HSV181°81°41°
CMYK 0.810.010.00   0.59
XYZ7.788611.069315.0907
Yxy11.06930.22940.3261
Hunter Lab33.2706-16.4368-3.6031
CIE-Lab39.6969-22.8978-7.4722

#146869 color RGB value is (20,104,105).

#146869 hex color red value is 20, green value is 104 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #146869 hue: 0.50 , saturation: 0.68 and the lightness value of 146869 is 0.25.

The process color (four color CMYK) of #146869 color hex is 0.81, 0.01, 0.00, 0.59. Web safe color of #146869 is #006666. Color #146869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101000 01101001
Octal 24 150 151
Decimal 20 104 105
Hex 14 68 69

RGB Percentages of Color #146869

%8.73
%45.41
%45.85

CMYK Percentages of Color #146869

%81
%1
%0
%59

Triadic Colors of #146869

#146869 #691468 #686914

Analogous Colors of #146869

#146869 #143e69 #146940

Monochromatic Colors of #146869

#146869

Complementary Color

#146869 #691514

#146869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146869 Color CSS Codes

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

#146869 Text Font Color

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

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


#146869 Background Color

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

This div background color is #146869


#146869 Border Color

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

This div border color is #146869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146869


Comments

No comments written yet.

Please login to write comment.