Color Hex Logo

#14dabc Color Hex

#14DABC
(20,218,188)
0 Favorites   0 Comments

Color spaces of #14dabc

RGB 20218188
HSL0.470.830.47
HSV171°91°85°
CMYK 0.910.000.14   0.15
XYZ34.437053.922456.1700
Yxy53.92240.23830.3731
Hunter Lab73.4319-44.79556.0498
CIE-Lab78.4165-50.51722.3844

#14dabc color RGB value is (20,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011010 10111100
Octal 24 332 274
Decimal 20 218 188
Hex 14 DA BC

RGB Percentages of Color #14dabc

%4.69
%51.17
%44.13

CMYK Percentages of Color #14dabc

%91
%0
%14
%15

Triadic Colors of #14dabc

#14dabc #bc14da #dabc14

Analogous Colors of #14dabc

#14dabc #1495da #14da59

Monochromatic Colors of #14dabc

#14dabc

Complementary Color

#14dabc #da1432

#14dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dabc Color CSS Codes

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

#14dabc Text Font Color

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

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


#14dabc Background Color

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

This div background color is #14dabc


#14dabc Border Color

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

This div border color is #14dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dabc


Comments

No comments written yet.

Please login to write comment.