Color Hex Logo

#14ffab Color Hex

#14FFAB
(20,255,171)
0 Favorites   0 Comments

Color spaces of #14ffab

RGB 20255171
HSL0.441.000.54
HSV159°92°100°
CMYK 0.920.000.33   0.00
XYZ43.399274.609050.6417
Yxy74.60900.25730.4424
Hunter Lab86.3765-61.472925.7024
CIE-Lab89.2095-68.468326.4382

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

#14ffab hex color red value is 20, green value is 255 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #14ffab hue: 0.44 , saturation: 1.00 and the lightness value of 14ffab is 0.54.

The process color (four color CMYK) of #14ffab color hex is 0.92, 0.00, 0.33, 0.00. Web safe color of #14ffab is #00ff99. Color #14ffab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111111 10101011
Octal 24 377 253
Decimal 20 255 171
Hex 14 FF AB

RGB Percentages of Color #14ffab

%4.48
%57.17
%38.34

CMYK Percentages of Color #14ffab

%92
%0
%33
%0

Triadic Colors of #14ffab

#14ffab #ab14ff #ffab14

Analogous Colors of #14ffab

#14ffab #14deff #14ff36

Monochromatic Colors of #14ffab

#14ffab

Complementary Color

#14ffab #ff1468

#14ffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ffab Color CSS Codes

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

#14ffab Text Font Color

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

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


#14ffab Background Color

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

This div background color is #14ffab


#14ffab Border Color

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

This div border color is #14ffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ffab

Related Colors


Comments

No comments written yet.

Please login to write comment.