Color Hex Logo

#14a19d Color Hex

#14A19D
(20,161,157)
0 Favorites   0 Comments

Color spaces of #14a19d

RGB 20161157
HSL0.500.780.35
HSV178°88°63°
CMYK 0.880.000.02   0.37
XYZ19.119228.072836.3092
Yxy28.07280.22900.3362
Hunter Lab52.9838-28.3099-3.5422
CIE-Lab59.9545-34.4262-7.7352

#14a19d color RGB value is (20,161,157).

#14a19d hex color red value is 20, green value is 161 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #14a19d hue: 0.50 , saturation: 0.78 and the lightness value of 14a19d is 0.35.

The process color (four color CMYK) of #14a19d color hex is 0.88, 0.00, 0.02, 0.37. Web safe color of #14a19d is #009999. Color #14a19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10100001 10011101
Octal 24 241 235
Decimal 20 161 157
Hex 14 A1 9D

RGB Percentages of Color #14a19d

%5.92
%47.63
%46.45

CMYK Percentages of Color #14a19d

%88
%0
%2
%37

Triadic Colors of #14a19d

#14a19d #9d14a1 #a19d14

Analogous Colors of #14a19d

#14a19d #145ea1 #14a157

Monochromatic Colors of #14a19d

#14a19d

Complementary Color

#14a19d #a11418

#14a19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14a19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14a19d Color CSS Codes

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

#14a19d Text Font Color

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

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


#14a19d Background Color

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

This div background color is #14a19d


#14a19d Border Color

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

This div border color is #14a19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14a19d


Comments

No comments written yet.

Please login to write comment.