Color Hex Logo

#14ccdd Color Hex

#14CCDD
(20,204,221)
0 Favorites   0 Comments

Color spaces of #14ccdd

RGB 20204221
HSL0.510.830.47
HSV185°91°87°
CMYK 0.910.080.00   0.13
XYZ34.932548.554975.9375
Yxy48.55490.21910.3046
Hunter Lab69.6813-32.4571-15.8363
CIE-Lab75.1736-34.8378-20.1668

#14ccdd color RGB value is (20,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001100 11011101
Octal 24 314 335
Decimal 20 204 221
Hex 14 CC DD

RGB Percentages of Color #14ccdd

%4.49
%45.84
%49.66

CMYK Percentages of Color #14ccdd

%91
%8
%0
%13

Triadic Colors of #14ccdd

#14ccdd #dd14cc #ccdd14

Analogous Colors of #14ccdd

#14ccdd #1468dd #14dd8a

Monochromatic Colors of #14ccdd

#14ccdd

Complementary Color

#14ccdd #dd2514

#14ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ccdd Color CSS Codes

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

#14ccdd Text Font Color

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

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


#14ccdd Background Color

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

This div background color is #14ccdd


#14ccdd Border Color

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

This div border color is #14ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ccdd


Comments

No comments written yet.

Please login to write comment.