Color Hex Logo

#14718a Color Hex

#14718A
(20,113,138)
0 Favorites   0 Comments

Color spaces of #14718a

RGB 20113138
HSL0.540.750.31
HSV193°86°54°
CMYK 0.860.180.00   0.46
XYZ10.781113.794026.1390
Yxy13.79400.21260.2720
Hunter Lab37.1403-13.1804-15.7296
CIE-Lab43.9360-16.3100-20.9625

#14718a color RGB value is (20,113,138).

#14718a hex color red value is 20, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #14718a hue: 0.54 , saturation: 0.75 and the lightness value of 14718a is 0.31.

The process color (four color CMYK) of #14718a color hex is 0.86, 0.18, 0.00, 0.46. Web safe color of #14718a is #006699. Color #14718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110001 10001010
Octal 24 161 212
Decimal 20 113 138
Hex 14 71 8A

RGB Percentages of Color #14718a

%7.38
%41.70
%50.92

CMYK Percentages of Color #14718a

%86
%18
%0
%46

Triadic Colors of #14718a

#14718a #8a1471 #718a14

Analogous Colors of #14718a

#14718a #14368a #148a68

Monochromatic Colors of #14718a

#14718a

Complementary Color

#14718a #8a2d14

#14718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14718a Color CSS Codes

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

#14718a Text Font Color

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

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


#14718a Background Color

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

This div background color is #14718a


#14718a Border Color

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

This div border color is #14718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14718a


Comments

No comments written yet.

Please login to write comment.