Color Hex Logo

#14cbaa Color Hex

#14CBAA
(20,203,170)
0 Favorites   0 Comments

Color spaces of #14cbaa

RGB 20203170
HSL0.470.820.44
HSV169°90°80°
CMYK 0.900.000.16   0.20
XYZ28.900145.762945.3401
Yxy45.76290.24080.3813
Hunter Lab67.6483-42.12737.6157
CIE-Lab73.3914-49.08784.7735

#14cbaa color RGB value is (20,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001011 10101010
Octal 24 313 252
Decimal 20 203 170
Hex 14 CB AA

RGB Percentages of Color #14cbaa

%5.09
%51.65
%43.26

CMYK Percentages of Color #14cbaa

%90
%0
%16
%20

Triadic Colors of #14cbaa

#14cbaa #aa14cb #cbaa14

Analogous Colors of #14cbaa

#14cbaa #1491cb #14cb4f

Monochromatic Colors of #14cbaa

#14cbaa

Complementary Color

#14cbaa #cb1435

#14cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cbaa Color CSS Codes

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

#14cbaa Text Font Color

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

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


#14cbaa Background Color

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

This div background color is #14cbaa


#14cbaa Border Color

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

This div border color is #14cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cbaa


Comments

No comments written yet.

Please login to write comment.