Color Hex Logo

#14dacc Color Hex

#14DACC
(20,218,204)
0 Favorites   0 Comments

Color spaces of #14dacc

RGB 20218204
HSL0.490.830.47
HSV176°91°85°
CMYK 0.910.000.06   0.15
XYZ36.259054.651265.7644
Yxy54.65120.23140.3488
Hunter Lab73.9264-41.8217-0.9954
CIE-Lab78.8399-46.1638-5.5426

#14dacc color RGB value is (20,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011010 11001100
Octal 24 332 314
Decimal 20 218 204
Hex 14 DA CC

RGB Percentages of Color #14dacc

%4.52
%49.32
%46.15

CMYK Percentages of Color #14dacc

%91
%0
%6
%15

Triadic Colors of #14dacc

#14dacc #cc14da #dacc14

Analogous Colors of #14dacc

#14dacc #1485da #14da69

Monochromatic Colors of #14dacc

#14dacc

Complementary Color

#14dacc #da1422

#14dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dacc Color CSS Codes

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

#14dacc Text Font Color

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

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


#14dacc Background Color

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

This div background color is #14dacc


#14dacc Border Color

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

This div border color is #14dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dacc


Comments

No comments written yet.

Please login to write comment.