Color Hex Logo

#14faa8 Color Hex

#14FAA8
(20,250,168)
0 Favorites   0 Comments

Color spaces of #14faa8

RGB 20250168
HSL0.440.960.53
HSV159°92°98°
CMYK 0.920.000.33   0.02
XYZ41.542071.347148.6277
Yxy71.34710.25720.4417
Hunter Lab84.4672-60.029224.9938
CIE-Lab87.6534-67.333125.8372

#14faa8 color RGB value is (20,250,168).

#14faa8 hex color red value is 20, green value is 250 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #14faa8 hue: 0.44 , saturation: 0.96 and the lightness value of 14faa8 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111010 10101000
Octal 24 372 250
Decimal 20 250 168
Hex 14 FA A8

RGB Percentages of Color #14faa8

%4.57
%57.08
%38.36

CMYK Percentages of Color #14faa8

%92
%0
%33
%2

Triadic Colors of #14faa8

#14faa8 #a814fa #faa814

Analogous Colors of #14faa8

#14faa8 #14d9fa #14fa35

Monochromatic Colors of #14faa8

#14faa8

Complementary Color

#14faa8 #fa1466

#14faa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14faa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14faa8 Color CSS Codes

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

#14faa8 Text Font Color

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

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


#14faa8 Background Color

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

This div background color is #14faa8


#14faa8 Border Color

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

This div border color is #14faa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14faa8


Comments

No comments written yet.

Please login to write comment.