Color Hex Logo

#14ccaf Color Hex

#14CCAF
(20,204,175)
0 Favorites   0 Comments

Color spaces of #14ccaf

RGB 20204175
HSL0.470.820.44
HSV171°90°80°
CMYK 0.900.000.14   0.20
XYZ29.619246.429647.9582
Yxy46.42960.23890.3744
Hunter Lab68.1393-41.65225.9676
CIE-Lab73.8234-48.18412.6973

#14ccaf color RGB value is (20,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001100 10101111
Octal 24 314 257
Decimal 20 204 175
Hex 14 CC AF

RGB Percentages of Color #14ccaf

%5.01
%51.13
%43.86

CMYK Percentages of Color #14ccaf

%90
%0
%14
%20

Triadic Colors of #14ccaf

#14ccaf #af14cc #ccaf14

Analogous Colors of #14ccaf

#14ccaf #148dcc #14cc53

Monochromatic Colors of #14ccaf

#14ccaf

Complementary Color

#14ccaf #cc1431

#14ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ccaf Color CSS Codes

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

#14ccaf Text Font Color

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

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


#14ccaf Background Color

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

This div background color is #14ccaf


#14ccaf Border Color

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

This div border color is #14ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ccaf


Comments

No comments written yet.

Please login to write comment.