Color Hex Logo

#146867 Color Hex

#146867
(20,104,103)
0 Favorites   0 Comments

Color spaces of #146867

RGB 20104103
HSL0.500.680.24
HSV179°81°41°
CMYK 0.810.000.01   0.59
XYZ7.687011.028614.5556
Yxy11.02860.23100.3315
Hunter Lab33.2093-16.7988-2.7402
CIE-Lab39.6286-23.5517-6.3520

#146867 color RGB value is (20,104,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101000 01100111
Octal 24 150 147
Decimal 20 104 103
Hex 14 68 67

RGB Percentages of Color #146867

%8.81
%45.81
%45.37

CMYK Percentages of Color #146867

%81
%0
%1
%59

Triadic Colors of #146867

#146867 #671468 #686714

Analogous Colors of #146867

#146867 #143f68 #14683d

Monochromatic Colors of #146867

#146867

Complementary Color

#146867 #681415

#146867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#146867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#146867 Color CSS Codes

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

#146867 Text Font Color

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

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


#146867 Background Color

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

This div background color is #146867


#146867 Border Color

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

This div border color is #146867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #146867


Comments

No comments written yet.

Please login to write comment.