Color Hex Logo

#14dccc Color Hex

#14DCCC
(20,220,204)
0 Favorites   0 Comments

Color spaces of #14dccc

RGB 20220204
HSL0.490.830.47
HSV175°91°86°
CMYK 0.910.000.07   0.14
XYZ36.780855.694865.9384
Yxy55.69480.23220.3516
Hunter Lab74.6289-42.6271-0.1454
CIE-Lab79.4398-47.0183-4.6573

#14dccc color RGB value is (20,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011100 11001100
Octal 24 334 314
Decimal 20 220 204
Hex 14 DC CC

RGB Percentages of Color #14dccc

%4.50
%49.55
%45.95

CMYK Percentages of Color #14dccc

%91
%0
%7
%14

Triadic Colors of #14dccc

#14dccc #cc14dc #dccc14

Analogous Colors of #14dccc

#14dccc #1488dc #14dc68

Monochromatic Colors of #14dccc

#14dccc

Complementary Color

#14dccc #dc1424

#14dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dccc Color CSS Codes

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

#14dccc Text Font Color

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

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


#14dccc Background Color

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

This div background color is #14dccc


#14dccc Border Color

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

This div border color is #14dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dccc


Comments

No comments written yet.

Please login to write comment.