Color Hex Logo

#14728f Color Hex

#14728F
(20,114,143)
0 Favorites   0 Comments

Color spaces of #14728f

RGB 20114143
HSL0.540.750.32
HSV194°86°56°
CMYK 0.860.200.00   0.44
XYZ11.263714.166528.1274
Yxy14.16650.21030.2645
Hunter Lab37.6384-12.4492-17.9609
CIE-Lab44.4708-15.0560-23.1157

#14728f color RGB value is (20,114,143).

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

The process color (four color CMYK) of #14728f color hex is 0.86, 0.20, 0.00, 0.44. Web safe color of #14728f is #006699. Color #14728f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110010 10001111
Octal 24 162 217
Decimal 20 114 143
Hex 14 72 8F

RGB Percentages of Color #14728f

%7.22
%41.16
%51.62

CMYK Percentages of Color #14728f

%86
%20
%0
%44

Triadic Colors of #14728f

#14728f #8f1472 #728f14

Analogous Colors of #14728f

#14728f #14358f #148f6f

Monochromatic Colors of #14728f

#14728f

Complementary Color

#14728f #8f3114

#14728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14728f Color CSS Codes

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

#14728f Text Font Color

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

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


#14728f Background Color

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

This div background color is #14728f


#14728f Border Color

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

This div border color is #14728f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14728f


Comments

No comments written yet.

Please login to write comment.