Color Hex Logo

#14898c Color Hex

#14898C
(20,137,140)
0 Favorites   0 Comments

Color spaces of #14898c

RGB 20137140
HSL0.500.750.31
HSV182°86°55°
CMYK 0.860.020.00   0.45
XYZ13.967819.933527.9223
Yxy19.93350.22590.3224
Hunter Lab44.6469-22.2884-5.8272
CIE-Lab51.7619-28.2216-10.2344

#14898c color RGB value is (20,137,140).

#14898c hex color red value is 20, green value is 137 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #14898c hue: 0.50 , saturation: 0.75 and the lightness value of 14898c is 0.31.

The process color (four color CMYK) of #14898c color hex is 0.86, 0.02, 0.00, 0.45. Web safe color of #14898c is #009999. Color #14898c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001001 10001100
Octal 24 211 214
Decimal 20 137 140
Hex 14 89 8C

RGB Percentages of Color #14898c

%6.73
%46.13
%47.14

CMYK Percentages of Color #14898c

%86
%2
%0
%45

Triadic Colors of #14898c

#14898c #8c1489 #898c14

Analogous Colors of #14898c

#14898c #144d8c #148c53

Monochromatic Colors of #14898c

#14898c

Complementary Color

#14898c #8c1714

#14898c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14898c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14898c Color CSS Codes

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

#14898c Text Font Color

<p style="color:#14898c">Text here</p>

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


#14898c Background Color

<div style="background-color:#14898c">
Div content here</div>

This div background color is #14898c


#14898c Border Color

<div style="border:3px solid #14898c">
Div here</div>

This div border color is #14898c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,137,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14898c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14898c;
  -webkit-box-shadow: 1px 1px 3px 2px #14898c;
  box-shadow:         1px 1px 3px 2px #14898c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14898c


Comments

No comments written yet.

Please login to write comment.