Color Hex Logo

#14728a Color Hex

#14728A
(20,114,138)
0 Favorites   0 Comments

Color spaces of #14728a

RGB 20114138
HSL0.530.750.31
HSV192°86°54°
CMYK 0.860.170.00   0.46
XYZ10.893214.018326.1764
Yxy14.01830.21320.2744
Hunter Lab37.4410-13.5885-15.2431
CIE-Lab44.2592-16.8668-20.4647

#14728a color RGB value is (20,114,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110010 10001010
Octal 24 162 212
Decimal 20 114 138
Hex 14 72 8A

RGB Percentages of Color #14728a

%7.35
%41.91
%50.74

CMYK Percentages of Color #14728a

%86
%17
%0
%46

Triadic Colors of #14728a

#14728a #8a1472 #728a14

Analogous Colors of #14728a

#14728a #14378a #148a67

Monochromatic Colors of #14728a

#14728a

Complementary Color

#14728a #8a2c14

#14728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14728a Color CSS Codes

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

#14728a Text Font Color

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

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


#14728a Background Color

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

This div background color is #14728a


#14728a Border Color

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

This div border color is #14728a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,114,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 #14728a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14728a


Comments

No comments written yet.

Please login to write comment.