Color Hex Logo

#14fdaf Color Hex

#14FDAF
(20,253,175)
0 Favorites   0 Comments

Color spaces of #14fdaf

RGB 20253175
HSL0.440.980.54
HSV160°92°99°
CMYK 0.920.000.31   0.01
XYZ43.151673.494452.4690
Yxy73.49440.25520.4346
Hunter Lab85.7289-60.177623.7227
CIE-Lab88.6830-66.932323.6886

#14fdaf color RGB value is (20,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111101 10101111
Octal 24 375 257
Decimal 20 253 175
Hex 14 FD AF

RGB Percentages of Color #14fdaf

%4.46
%56.47
%39.06

CMYK Percentages of Color #14fdaf

%92
%0
%31
%1

Triadic Colors of #14fdaf

#14fdaf #af14fd #fdaf14

Analogous Colors of #14fdaf

#14fdaf #14d7fd #14fd3a

Monochromatic Colors of #14fdaf

#14fdaf

Complementary Color

#14fdaf #fd1462

#14fdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fdaf Color CSS Codes

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

#14fdaf Text Font Color

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

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


#14fdaf Background Color

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

This div background color is #14fdaf


#14fdaf Border Color

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

This div border color is #14fdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fdaf


Comments

No comments written yet.

Please login to write comment.