Color Hex Logo

#14ccce Color Hex

#14CCCE
(20,204,206)
0 Favorites   0 Comments

Color spaces of #14ccce

RGB 20204206
HSL0.500.820.44
HSV181°90°81°
CMYK 0.900.010.00   0.19
XYZ33.021947.790765.8766
Yxy47.79070.22510.3258
Hunter Lab69.1308-35.7144-8.1074
CIE-Lab74.6927-39.4175-12.7891

#14ccce color RGB value is (20,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001100 11001110
Octal 24 314 316
Decimal 20 204 206
Hex 14 CC CE

RGB Percentages of Color #14ccce

%4.65
%47.44
%47.91

CMYK Percentages of Color #14ccce

%90
%1
%0
%19

Triadic Colors of #14ccce

#14ccce #ce14cc #ccce14

Analogous Colors of #14ccce

#14ccce #146fce #14ce73

Monochromatic Colors of #14ccce

#14ccce

Complementary Color

#14ccce #ce1614

#14ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ccce Color CSS Codes

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

#14ccce Text Font Color

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

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


#14ccce Background Color

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

This div background color is #14ccce


#14ccce Border Color

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

This div border color is #14ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ccce


Comments

No comments written yet.

Please login to write comment.