Color Hex Logo

#14d0ab Color Hex

#14D0AB
(20,208,171)
0 Favorites   0 Comments

Color spaces of #14d0ab

RGB 20208171
HSL0.470.820.45
HSV168°90°82°
CMYK 0.900.000.18   0.18
XYZ30.195148.200746.2403
Yxy48.20070.24230.3867
Hunter Lab69.4267-43.86359.1098
CIE-Lab74.9513-50.86286.4811

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

#14d0ab hex color red value is 20, green value is 208 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #14d0ab hue: 0.47 , saturation: 0.82 and the lightness value of 14d0ab is 0.45.

The process color (four color CMYK) of #14d0ab color hex is 0.90, 0.00, 0.18, 0.18. Web safe color of #14d0ab is #00cc99. Color #14d0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11010000 10101011
Octal 24 320 253
Decimal 20 208 171
Hex 14 D0 AB

RGB Percentages of Color #14d0ab

%5.01
%52.13
%42.86

CMYK Percentages of Color #14d0ab

%90
%0
%18
%18

Triadic Colors of #14d0ab

#14d0ab #ab14d0 #d0ab14

Analogous Colors of #14d0ab

#14d0ab #1497d0 #14d04d

Monochromatic Colors of #14d0ab

#14d0ab

Complementary Color

#14d0ab #d01439

#14d0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14d0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#14d0ab Color CSS Codes

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

#14d0ab Text Font Color

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

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


#14d0ab Background Color

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

This div background color is #14d0ab


#14d0ab Border Color

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

This div border color is #14d0ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,208,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 #14d0ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14d0ab


Comments

No comments written yet.

Please login to write comment.