Color Hex Logo

#14868e Color Hex

#14868E
(20,134,142)
0 Favorites   0 Comments

Color spaces of #14868e

RGB 20134142
HSL0.510.750.32
HSV184°86°56°
CMYK 0.860.060.00   0.44
XYZ13.696119.151928.5660
Yxy19.15190.22300.3118
Hunter Lab43.7629-20.7214-8.0672
CIE-Lab50.8645-26.0751-12.7508

#14868e color RGB value is (20,134,142).

#14868e hex color red value is 20, green value is 134 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #14868e hue: 0.51 , saturation: 0.75 and the lightness value of 14868e is 0.32.

The process color (four color CMYK) of #14868e color hex is 0.86, 0.06, 0.00, 0.44. Web safe color of #14868e is #009999. Color #14868e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000110 10001110
Octal 24 206 216
Decimal 20 134 142
Hex 14 86 8E

RGB Percentages of Color #14868e

%6.76
%45.27
%47.97

CMYK Percentages of Color #14868e

%86
%6
%0
%44

Triadic Colors of #14868e

#14868e #8e1486 #868e14

Analogous Colors of #14868e

#14868e #14498e #148e59

Monochromatic Colors of #14868e

#14868e

Complementary Color

#14868e #8e1c14

#14868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14868e Color CSS Codes

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

#14868e Text Font Color

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

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


#14868e Background Color

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

This div background color is #14868e


#14868e Border Color

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

This div border color is #14868e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,134,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14868e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14868e;
  -webkit-box-shadow: 1px 1px 3px 2px #14868e;
  box-shadow:         1px 1px 3px 2px #14868e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14868e


Comments

No comments written yet.

Please login to write comment.