Color Hex Logo

#14cfdc Color Hex

#14CFDC
(20,207,220)
0 Favorites   0 Comments

Color spaces of #14cfdc

RGB 20207220
HSL0.510.830.47
HSV184°91°86°
CMYK 0.910.060.00   0.14
XYZ35.519649.941775.4778
Yxy49.94170.22070.3103
Hunter Lab70.6694-33.9545-13.8555
CIE-Lab76.0335-36.5489-18.3256

#14cfdc color RGB value is (20,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001111 11011100
Octal 24 317 334
Decimal 20 207 220
Hex 14 CF DC

RGB Percentages of Color #14cfdc

%4.47
%46.31
%49.22

CMYK Percentages of Color #14cfdc

%91
%6
%0
%14

Triadic Colors of #14cfdc

#14cfdc #dc14cf #cfdc14

Analogous Colors of #14cfdc

#14cfdc #146bdc #14dc85

Monochromatic Colors of #14cfdc

#14cfdc

Complementary Color

#14cfdc #dc2114

#14cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cfdc Color CSS Codes

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

#14cfdc Text Font Color

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

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


#14cfdc Background Color

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

This div background color is #14cfdc


#14cfdc Border Color

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

This div border color is #14cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cfdc


Comments

No comments written yet.

Please login to write comment.