Color Hex Logo

#14efab Color Hex

#14EFAB
(20,239,171)
0 Favorites   0 Comments

Color spaces of #14efab

RGB 20239171
HSL0.450.870.51
HSV161°92°94°
CMYK 0.920.000.28   0.06
XYZ38.505764.822049.0105
Yxy64.82200.25280.4255
Hunter Lab80.5121-55.526820.2666
CIE-Lab84.3919-62.754719.8139

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101111 10101011
Octal 24 357 253
Decimal 20 239 171
Hex 14 EF AB

RGB Percentages of Color #14efab

%4.65
%55.58
%39.77

CMYK Percentages of Color #14efab

%92
%0
%28
%6

Triadic Colors of #14efab

#14efab #ab14ef #efab14

Analogous Colors of #14efab

#14efab #14c6ef #14ef3d

Monochromatic Colors of #14efab

#14efab

Complementary Color

#14efab #ef1458

#14efab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14efab Color Preview on White Background

Lorem ipsum dolor sit amet.

#14efab Color CSS Codes

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

#14efab Text Font Color

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

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


#14efab Background Color

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

This div background color is #14efab


#14efab Border Color

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

This div border color is #14efab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14efab


Comments

No comments written yet.

Please login to write comment.