Color Hex Logo

#14bcaa Color Hex

#14BCAA
(20,188,170)
0 Favorites   0 Comments

Color spaces of #14bcaa

RGB 20188170
HSL0.480.810.41
HSV174°89°74°
CMYK 0.890.000.10   0.26
XYZ25.527439.017444.2159
Yxy39.01740.23470.3587
Hunter Lab62.4639-36.36351.7555
CIE-Lab68.7639-42.7652-1.9603

#14bcaa color RGB value is (20,188,170).

#14bcaa hex color red value is 20, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #14bcaa hue: 0.48 , saturation: 0.81 and the lightness value of 14bcaa is 0.41.

The process color (four color CMYK) of #14bcaa color hex is 0.89, 0.00, 0.10, 0.26. Web safe color of #14bcaa is #00cc99. Color #14bcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 10101010
Octal 24 274 252
Decimal 20 188 170
Hex 14 BC AA

RGB Percentages of Color #14bcaa

%5.29
%49.74
%44.97

CMYK Percentages of Color #14bcaa

%89
%0
%10
%26

Triadic Colors of #14bcaa

#14bcaa #aa14bc #bcaa14

Analogous Colors of #14bcaa

#14bcaa #147abc #14bc56

Monochromatic Colors of #14bcaa

#14bcaa

Complementary Color

#14bcaa #bc1426

#14bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcaa Color CSS Codes

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

#14bcaa Text Font Color

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

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


#14bcaa Background Color

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

This div background color is #14bcaa


#14bcaa Border Color

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

This div border color is #14bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcaa


Comments

No comments written yet.

Please login to write comment.