Color Hex Logo

#14ffce Color Hex

#14FFCE
(20,255,206)
0 Favorites   0 Comments

Color spaces of #14ffce

RGB 20255206
HSL0.471.000.54
HSV167°92°100°
CMYK 0.920.000.19   0.00
XYZ47.189176.125070.5990
Yxy76.12500.24340.3926
Hunter Lab87.2496-56.144913.0996
CIE-Lab89.9173-60.62309.5112

#14ffce color RGB value is (20,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111111 11001110
Octal 24 377 316
Decimal 20 255 206
Hex 14 FF CE

RGB Percentages of Color #14ffce

%4.16
%53.01
%42.83

CMYK Percentages of Color #14ffce

%92
%0
%19
%0

Triadic Colors of #14ffce

#14ffce #ce14ff #ffce14

Analogous Colors of #14ffce

#14ffce #14bbff #14ff59

Monochromatic Colors of #14ffce

#14ffce

Complementary Color

#14ffce #ff1445

#14ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ffce Color CSS Codes

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

#14ffce Text Font Color

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

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


#14ffce Background Color

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

This div background color is #14ffce


#14ffce Border Color

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

This div border color is #14ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ffce


Comments

No comments written yet.

Please login to write comment.