Color Hex Logo

#14dddc Color Hex

#14DDDC
(20,221,220)
0 Favorites   0 Comments

Color spaces of #14dddc

RGB 20221220
HSL0.500.830.47
HSV180°91°87°
CMYK 0.910.000.00   0.13
XYZ39.063257.028976.6590
Yxy57.02890.22610.3301
Hunter Lab75.5175-39.8223-7.3240
CIE-Lab80.1958-42.8911-12.0677

#14dddc color RGB value is (20,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 11011100
Octal 24 335 334
Decimal 20 221 220
Hex 14 DD DC

RGB Percentages of Color #14dddc

%4.34
%47.94
%47.72

CMYK Percentages of Color #14dddc

%91
%0
%0
%13

Triadic Colors of #14dddc

#14dddc #dc14dd #dddc14

Analogous Colors of #14dddc

#14dddc #147add #14dd78

Monochromatic Colors of #14dddc

#14dddc

Complementary Color

#14dddc #dd1415

#14dddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dddc Color CSS Codes

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

#14dddc Text Font Color

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

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


#14dddc Background Color

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

This div background color is #14dddc


#14dddc Border Color

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

This div border color is #14dddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dddc


Comments

No comments written yet.

Please login to write comment.