Color Hex Logo

#14998d Color Hex

#14998D
(20,153,141)
0 Favorites   0 Comments

Color spaces of #14998d

RGB 20153141
HSL0.480.770.34
HSV175°87°60°
CMYK 0.870.000.08   0.40
XYZ16.487424.854329.1277
Yxy24.85430.23400.3527
Hunter Lab49.8541-28.21240.2571
CIE-Lab56.9332-35.5146-3.1212

#14998d color RGB value is (20,153,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10011001 10001101
Octal 24 231 215
Decimal 20 153 141
Hex 14 99 8D

RGB Percentages of Color #14998d

%6.37
%48.73
%44.90

CMYK Percentages of Color #14998d

%87
%0
%8
%40

Triadic Colors of #14998d

#14998d #8d1499 #998d14

Analogous Colors of #14998d

#14998d #146399 #14994b

Monochromatic Colors of #14998d

#14998d

Complementary Color

#14998d #991420

#14998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14998d Color CSS Codes

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

#14998d Text Font Color

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

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


#14998d Background Color

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

This div background color is #14998d


#14998d Border Color

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

This div border color is #14998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14998d


Comments

No comments written yet.

Please login to write comment.