Color Hex Logo

#14ddad Color Hex

#14DDAD
(20,221,173)
0 Favorites   0 Comments

Color spaces of #14ddad

RGB 20221173
HSL0.460.830.47
HSV166°91°87°
CMYK 0.910.000.22   0.13
XYZ33.687854.878848.3523
Yxy54.87880.24600.4008
Hunter Lab74.0802-48.468013.1575
CIE-Lab78.9714-55.513111.1575

#14ddad color RGB value is (20,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 10101101
Octal 24 335 255
Decimal 20 221 173
Hex 14 DD AD

RGB Percentages of Color #14ddad

%4.83
%53.38
%41.79

CMYK Percentages of Color #14ddad

%91
%0
%22
%13

Triadic Colors of #14ddad

#14ddad #ad14dd #ddad14

Analogous Colors of #14ddad

#14ddad #14a9dd #14dd48

Monochromatic Colors of #14ddad

#14ddad

Complementary Color

#14ddad #dd1444

#14ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ddad Color CSS Codes

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

#14ddad Text Font Color

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

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


#14ddad Background Color

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

This div background color is #14ddad


#14ddad Border Color

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

This div border color is #14ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ddad


Comments

No comments written yet.

Please login to write comment.