Color Hex Logo

#14dac9 Color Hex

#14DAC9
(20,218,201)
0 Favorites   0 Comments

Color spaces of #14dac9

RGB 20218201
HSL0.490.830.47
HSV175°91°85°
CMYK 0.910.000.08   0.15
XYZ35.902554.508663.8873
Yxy54.50860.23270.3533
Hunter Lab73.8299-42.40030.3755
CIE-Lab78.7574-47.0004-4.0610

#14dac9 color RGB value is (20,218,201).

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

The process color (four color CMYK) of #14dac9 color hex is 0.91, 0.00, 0.08, 0.15. Web safe color of #14dac9 is #00cccc. Color #14dac9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011010 11001001
Octal 24 332 311
Decimal 20 218 201
Hex 14 DA C9

RGB Percentages of Color #14dac9

%4.56
%49.66
%45.79

CMYK Percentages of Color #14dac9

%91
%0
%8
%15

Triadic Colors of #14dac9

#14dac9 #c914da #dac914

Analogous Colors of #14dac9

#14dac9 #1488da #14da66

Monochromatic Colors of #14dac9

#14dac9

Complementary Color

#14dac9 #da1425

#14dac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dac9 Color CSS Codes

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

#14dac9 Text Font Color

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

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


#14dac9 Background Color

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

This div background color is #14dac9


#14dac9 Border Color

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

This div border color is #14dac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dac9


Comments

No comments written yet.

Please login to write comment.