Color Hex Logo

#14ffcf Color Hex

#14FFCF
(20,255,207)
0 Favorites   0 Comments

Color spaces of #14ffcf

RGB 20255207
HSL0.471.000.54
HSV168°92°100°
CMYK 0.920.000.19   0.00
XYZ47.311076.173771.2409
Yxy76.17370.24300.3912
Hunter Lab87.2775-55.975312.6984
CIE-Lab89.9399-60.37979.0270

#14ffcf color RGB value is (20,255,207).

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

The process color (four color CMYK) of #14ffcf color hex is 0.92, 0.00, 0.19, 0.00. Web safe color of #14ffcf is #00ffcc. Color #14ffcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111111 11001111
Octal 24 377 317
Decimal 20 255 207
Hex 14 FF CF

RGB Percentages of Color #14ffcf

%4.15
%52.90
%42.95

CMYK Percentages of Color #14ffcf

%92
%0
%19
%0

Triadic Colors of #14ffcf

#14ffcf #cf14ff #ffcf14

Analogous Colors of #14ffcf

#14ffcf #14baff #14ff59

Monochromatic Colors of #14ffcf

#14ffcf

Complementary Color

#14ffcf #ff1444

#14ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ffcf Color CSS Codes

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

#14ffcf Text Font Color

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

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


#14ffcf Background Color

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

This div background color is #14ffcf


#14ffcf Border Color

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

This div border color is #14ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.