Color Hex Logo

#14dfad Color Hex

#14DFAD
(20,223,173)
0 Favorites   0 Comments

Color spaces of #14dfad

RGB 20223173
HSL0.460.840.48
HSV165°91°87°
CMYK 0.910.000.22   0.13
XYZ34.219055.941248.5294
Yxy55.94120.24670.4034
Hunter Lab74.7939-49.223513.8858
CIE-Lab79.5803-56.287712.0213

#14dfad color RGB value is (20,223,173).

#14dfad hex color red value is 20, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #14dfad hue: 0.46 , saturation: 0.84 and the lightness value of 14dfad is 0.48.

The process color (four color CMYK) of #14dfad color hex is 0.91, 0.00, 0.22, 0.13. Web safe color of #14dfad is #00cc99. Color #14dfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011111 10101101
Octal 24 337 255
Decimal 20 223 173
Hex 14 DF AD

RGB Percentages of Color #14dfad

%4.81
%53.61
%41.59

CMYK Percentages of Color #14dfad

%91
%0
%22
%13

Triadic Colors of #14dfad

#14dfad #ad14df #dfad14

Analogous Colors of #14dfad

#14dfad #14acdf #14df48

Monochromatic Colors of #14dfad

#14dfad

Complementary Color

#14dfad #df1446

#14dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dfad Color CSS Codes

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

#14dfad Text Font Color

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

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


#14dfad Background Color

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

This div background color is #14dfad


#14dfad Border Color

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

This div border color is #14dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dfad


Comments

No comments written yet.

Please login to write comment.