Color Hex Logo

#14ffad Color Hex

#14FFAD
(20,255,173)
0 Favorites   0 Comments

Color spaces of #14ffad

RGB 20255173
HSL0.441.000.54
HSV159°92°100°
CMYK 0.920.000.32   0.00
XYZ43.591374.685951.6535
Yxy74.68590.25650.4395
Hunter Lab86.4210-61.200225.0573
CIE-Lab89.2457-68.056825.4753

#14ffad color RGB value is (20,255,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111111 10101101
Octal 24 377 255
Decimal 20 255 173
Hex 14 FF AD

RGB Percentages of Color #14ffad

%4.46
%56.92
%38.62

CMYK Percentages of Color #14ffad

%92
%0
%32
%0

Triadic Colors of #14ffad

#14ffad #ad14ff #ffad14

Analogous Colors of #14ffad

#14ffad #14dcff #14ff37

Monochromatic Colors of #14ffad

#14ffad

Complementary Color

#14ffad #ff1466

#14ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ffad Color CSS Codes

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

#14ffad Text Font Color

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

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


#14ffad Background Color

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

This div background color is #14ffad


#14ffad Border Color

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

This div border color is #14ffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ffad


Comments

No comments written yet.

Please login to write comment.