Color Hex Logo

#14ac9a Color Hex

#14AC9A
(20,172,154)
0 Favorites   0 Comments

Color spaces of #14ac9a

RGB 20172154
HSL0.480.790.38
HSV173°88°67°
CMYK 0.880.000.10   0.33
XYZ20.873731.986935.6458
Yxy31.98690.23580.3614
Hunter Lab56.5570-33.09502.2215
CIE-Lab63.3321-40.2844-1.0619

#14ac9a color RGB value is (20,172,154).

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

The process color (four color CMYK) of #14ac9a color hex is 0.88, 0.00, 0.10, 0.33. Web safe color of #14ac9a is #009999. Color #14ac9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 10011010
Octal 24 254 232
Decimal 20 172 154
Hex 14 AC 9A

RGB Percentages of Color #14ac9a

%5.78
%49.71
%44.51

CMYK Percentages of Color #14ac9a

%88
%0
%10
%33

Triadic Colors of #14ac9a

#14ac9a #9a14ac #ac9a14

Analogous Colors of #14ac9a

#14ac9a #1472ac #14ac4e

Monochromatic Colors of #14ac9a

#14ac9a

Complementary Color

#14ac9a #ac1426

#14ac9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ac9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ac9a Color CSS Codes

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

#14ac9a Text Font Color

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

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


#14ac9a Background Color

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

This div background color is #14ac9a


#14ac9a Border Color

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

This div border color is #14ac9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ac9a


Comments

No comments written yet.

Please login to write comment.