Color Hex Logo

#14feab Color Hex

#14FEAB
(20,254,171)
0 Favorites   0 Comments

Color spaces of #14feab

RGB 20254171
HSL0.440.990.54
HSV159°92°100°
CMYK 0.920.000.33   0.00
XYZ43.081073.972650.5356
Yxy73.97260.25710.4414
Hunter Lab86.0073-61.102325.3679
CIE-Lab88.9095-68.118526.0293

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 10101011
Octal 24 376 253
Decimal 20 254 171
Hex 14 FE AB

RGB Percentages of Color #14feab

%4.49
%57.08
%38.43

CMYK Percentages of Color #14feab

%92
%0
%33
%0

Triadic Colors of #14feab

#14feab #ab14fe #feab14

Analogous Colors of #14feab

#14feab #14dcfe #14fe36

Monochromatic Colors of #14feab

#14feab

Complementary Color

#14feab #fe1467

#14feab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14feab Color Preview on White Background

Lorem ipsum dolor sit amet.

#14feab Color CSS Codes

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

#14feab Text Font Color

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

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


#14feab Background Color

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

This div background color is #14feab


#14feab Border Color

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

This div border color is #14feab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14feab


Comments

No comments written yet.

Please login to write comment.