Color Hex Logo

#14676a Color Hex

#14676A
(20,103,106)
0 Favorites   0 Comments

Color spaces of #14676a

RGB 20103106
HSL0.510.680.25
HSV182°81°42°
CMYK 0.810.030.00   0.58
XYZ7.740310.889815.3297
Yxy10.88980.22790.3207
Hunter Lab32.9997-15.8811-4.4428
CIE-Lab39.3942-22.0429-8.5377

#14676a color RGB value is (20,103,106).

#14676a hex color red value is 20, green value is 103 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #14676a hue: 0.51 , saturation: 0.68 and the lightness value of 14676a is 0.25.

The process color (four color CMYK) of #14676a color hex is 0.81, 0.03, 0.00, 0.58. Web safe color of #14676a is #006666. Color #14676a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100111 01101010
Octal 24 147 152
Decimal 20 103 106
Hex 14 67 6A

RGB Percentages of Color #14676a

%8.73
%44.98
%46.29

CMYK Percentages of Color #14676a

%81
%3
%0
%58

Triadic Colors of #14676a

#14676a #6a1467 #676a14

Analogous Colors of #14676a

#14676a #143c6a #146a42

Monochromatic Colors of #14676a

#14676a

Complementary Color

#14676a #6a1714

#14676a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14676a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14676a Color CSS Codes

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

#14676a Text Font Color

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

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


#14676a Background Color

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

This div background color is #14676a


#14676a Border Color

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

This div border color is #14676a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14676a


Comments

No comments written yet.

Please login to write comment.