Color Hex Logo

#14c4cd Color Hex

#14C4CD
(20,196,205)
0 Favorites   0 Comments

Color spaces of #14c4cd

RGB 20196205
HSL0.510.820.44
HSV183°90°80°
CMYK 0.900.040.00   0.20
XYZ31.047944.036464.6211
Yxy44.03640.22220.3152
Hunter Lab66.3599-32.6149-11.2845
CIE-Lab72.2528-36.0491-15.9143

#14c4cd color RGB value is (20,196,205).

#14c4cd hex color red value is 20, green value is 196 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #14c4cd hue: 0.51 , saturation: 0.82 and the lightness value of 14c4cd is 0.44.

The process color (four color CMYK) of #14c4cd color hex is 0.90, 0.04, 0.00, 0.20. Web safe color of #14c4cd is #00cccc. Color #14c4cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11000100 11001101
Octal 24 304 315
Decimal 20 196 205
Hex 14 C4 CD

RGB Percentages of Color #14c4cd

%4.75
%46.56
%48.69

CMYK Percentages of Color #14c4cd

%90
%4
%0
%20

Triadic Colors of #14c4cd

#14c4cd #cd14c4 #c4cd14

Analogous Colors of #14c4cd

#14c4cd #1468cd #14cd7a

Monochromatic Colors of #14c4cd

#14c4cd

Complementary Color

#14c4cd #cd1d14

#14c4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14c4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14c4cd Color CSS Codes

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

#14c4cd Text Font Color

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

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


#14c4cd Background Color

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

This div background color is #14c4cd


#14c4cd Border Color

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

This div border color is #14c4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14c4cd


Comments

No comments written yet.

Please login to write comment.