Color Hex Logo

#14ad99 Color Hex

#14AD99
(20,173,153)
0 Favorites   0 Comments

Color spaces of #14ad99

RGB 20173153
HSL0.480.790.38
HSV172°88°68°
CMYK 0.880.000.12   0.32
XYZ20.981832.335835.2726
Yxy32.33580.23680.3650
Hunter Lab56.8646-33.65043.0281
CIE-Lab63.6195-41.0033-0.0837

#14ad99 color RGB value is (20,173,153).

#14ad99 hex color red value is 20, green value is 173 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #14ad99 hue: 0.48 , saturation: 0.79 and the lightness value of 14ad99 is 0.38.

The process color (four color CMYK) of #14ad99 color hex is 0.88, 0.00, 0.12, 0.32. Web safe color of #14ad99 is #009999. Color #14ad99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 10011001
Octal 24 255 231
Decimal 20 173 153
Hex 14 AD 99

RGB Percentages of Color #14ad99

%5.78
%50.00
%44.22

CMYK Percentages of Color #14ad99

%88
%0
%12
%32

Triadic Colors of #14ad99

#14ad99 #9914ad #ad9914

Analogous Colors of #14ad99

#14ad99 #1475ad #14ad4d

Monochromatic Colors of #14ad99

#14ad99

Complementary Color

#14ad99 #ad1428

#14ad99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ad99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ad99 Color CSS Codes

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

#14ad99 Text Font Color

<p style="color:#14ad99">Text here</p>

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


#14ad99 Background Color

<div style="background-color:#14ad99">
Div content here</div>

This div background color is #14ad99


#14ad99 Border Color

<div style="border:3px solid #14ad99">
Div here</div>

This div border color is #14ad99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ad99


Comments

No comments written yet.

Please login to write comment.