Color Hex Logo

#14998f Color Hex

#14998F
(20,153,143)
0 Favorites   0 Comments

Color spaces of #14998f

RGB 20153143
HSL0.490.770.34
HSV175°87°60°
CMYK 0.870.000.07   0.40
XYZ16.637624.914429.9187
Yxy24.91440.23280.3486
Hunter Lab49.9143-27.8519-0.5985
CIE-Lab56.9919-34.9236-4.1761

#14998f color RGB value is (20,153,143).

#14998f hex color red value is 20, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #14998f hue: 0.49 , saturation: 0.77 and the lightness value of 14998f is 0.34.

The process color (four color CMYK) of #14998f color hex is 0.87, 0.00, 0.07, 0.40. Web safe color of #14998f is #009999. Color #14998f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011001 10001111
Octal 24 231 217
Decimal 20 153 143
Hex 14 99 8F

RGB Percentages of Color #14998f

%6.33
%48.42
%45.25

CMYK Percentages of Color #14998f

%87
%0
%7
%40

Triadic Colors of #14998f

#14998f #8f1499 #998f14

Analogous Colors of #14998f

#14998f #146099 #14994d

Monochromatic Colors of #14998f

#14998f

Complementary Color

#14998f #99141e

#14998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14998f Color CSS Codes

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

#14998f Text Font Color

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

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


#14998f Background Color

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

This div background color is #14998f


#14998f Border Color

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

This div border color is #14998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14998f


Comments

No comments written yet.

Please login to write comment.