Color Hex Logo

#14abab Color Hex

#14ABAB
(20,171,171)
0 Favorites   0 Comments

Color spaces of #14abab

RGB 20171171
HSL0.500.790.37
HSV180°88°67°
CMYK 0.880.000.00   0.33
XYZ22.202132.214843.5760
Yxy32.21480.22660.3287
Hunter Lab56.7581-29.5027-5.7892
CIE-Lab63.5200-34.8264-10.2835

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 10101011
Octal 24 253 253
Decimal 20 171 171
Hex 14 AB AB

RGB Percentages of Color #14abab

%5.52
%47.24
%47.24

CMYK Percentages of Color #14abab

%88
%0
%0
%33

Triadic Colors of #14abab

#14abab #ab14ab #abab14

Analogous Colors of #14abab

#14abab #145fab #14ab60

Monochromatic Colors of #14abab

#14abab

Complementary Color

#14abab #ab1414

#14abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abab Color CSS Codes

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

#14abab Text Font Color

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

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


#14abab Background Color

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

This div background color is #14abab


#14abab Border Color

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

This div border color is #14abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abab


Comments

No comments written yet.

Please login to write comment.