Color Hex Logo

#14ccbc Color Hex

#14CCBC
(20,204,188)
0 Favorites   0 Comments

Color spaces of #14ccbc

RGB 20204188
HSL0.490.820.44
HSV175°90°80°
CMYK 0.900.000.08   0.20
XYZ30.958546.965355.0105
Yxy46.96530.23290.3533
Hunter Lab68.5312-39.29350.3794
CIE-Lab74.1676-44.6332-3.8299

#14ccbc color RGB value is (20,204,188).

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

The process color (four color CMYK) of #14ccbc color hex is 0.90, 0.00, 0.08, 0.20. Web safe color of #14ccbc is #00cccc. Color #14ccbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001100 10111100
Octal 24 314 274
Decimal 20 204 188
Hex 14 CC BC

RGB Percentages of Color #14ccbc

%4.85
%49.51
%45.63

CMYK Percentages of Color #14ccbc

%90
%0
%8
%20

Triadic Colors of #14ccbc

#14ccbc #bc14cc #ccbc14

Analogous Colors of #14ccbc

#14ccbc #1480cc #14cc60

Monochromatic Colors of #14ccbc

#14ccbc

Complementary Color

#14ccbc #cc1424

#14ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ccbc Color CSS Codes

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

#14ccbc Text Font Color

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

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


#14ccbc Background Color

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

This div background color is #14ccbc


#14ccbc Border Color

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

This div border color is #14ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ccbc


Comments

No comments written yet.

Please login to write comment.