Color Hex Logo

#14aba2 Color Hex

#14ABA2
(20,171,162)
0 Favorites   0 Comments

Color spaces of #14aba2

RGB 20171162
HSL0.490.790.37
HSV176°88°67°
CMYK 0.880.000.05   0.33
XYZ21.373031.883239.2100
Yxy31.88320.23110.3448
Hunter Lab56.4652-31.2490-1.6459
CIE-Lab63.2462-37.5281-5.6590

#14aba2 color RGB value is (20,171,162).

#14aba2 hex color red value is 20, green value is 171 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #14aba2 hue: 0.49 , saturation: 0.79 and the lightness value of 14aba2 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 10100010
Octal 24 253 242
Decimal 20 171 162
Hex 14 AB A2

RGB Percentages of Color #14aba2

%5.67
%48.44
%45.89

CMYK Percentages of Color #14aba2

%88
%0
%5
%33

Triadic Colors of #14aba2

#14aba2 #a214ab #aba214

Analogous Colors of #14aba2

#14aba2 #1469ab #14ab57

Monochromatic Colors of #14aba2

#14aba2

Complementary Color

#14aba2 #ab141d

#14aba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aba2 Color CSS Codes

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

#14aba2 Text Font Color

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

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


#14aba2 Background Color

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

This div background color is #14aba2


#14aba2 Border Color

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

This div border color is #14aba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aba2


Comments

No comments written yet.

Please login to write comment.