Color Hex Logo

#14dfcf Color Hex

#14DFCF
(20,223,207)
0 Favorites   0 Comments

Color spaces of #14dfcf

RGB 20223207
HSL0.490.840.48
HSV175°91°87°
CMYK 0.910.000.07   0.13
XYZ37.938757.429168.1168
Yxy57.42910.23210.3513
Hunter Lab75.7820-43.2561-0.2455
CIE-Lab80.4203-47.4607-4.8100

#14dfcf color RGB value is (20,223,207).

#14dfcf hex color red value is 20, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #14dfcf hue: 0.49 , saturation: 0.84 and the lightness value of 14dfcf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011111 11001111
Octal 24 337 317
Decimal 20 223 207
Hex 14 DF CF

RGB Percentages of Color #14dfcf

%4.44
%49.56
%46.00

CMYK Percentages of Color #14dfcf

%91
%0
%7
%13

Triadic Colors of #14dfcf

#14dfcf #cf14df #dfcf14

Analogous Colors of #14dfcf

#14dfcf #148adf #14df6a

Monochromatic Colors of #14dfcf

#14dfcf

Complementary Color

#14dfcf #df1424

#14dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dfcf Color CSS Codes

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

#14dfcf Text Font Color

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

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


#14dfcf Background Color

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

This div background color is #14dfcf


#14dfcf Border Color

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

This div border color is #14dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dfcf


Comments

No comments written yet.

Please login to write comment.