Color Hex Logo

#14bdaa Color Hex

#14BDAA
(20,189,170)
0 Favorites   0 Comments

Color spaces of #14bdaa

RGB 20189170
HSL0.480.810.41
HSV173°89°74°
CMYK 0.890.000.10   0.26
XYZ25.741839.446244.2874
Yxy39.44620.23510.3603
Hunter Lab62.8062-36.75072.1564
CIE-Lab69.0733-43.1981-1.5067

#14bdaa color RGB value is (20,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111101 10101010
Octal 24 275 252
Decimal 20 189 170
Hex 14 BD AA

RGB Percentages of Color #14bdaa

%5.28
%49.87
%44.85

CMYK Percentages of Color #14bdaa

%89
%0
%10
%26

Triadic Colors of #14bdaa

#14bdaa #aa14bd #bdaa14

Analogous Colors of #14bdaa

#14bdaa #147cbd #14bd56

Monochromatic Colors of #14bdaa

#14bdaa

Complementary Color

#14bdaa #bd1427

#14bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bdaa Color CSS Codes

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

#14bdaa Text Font Color

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

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


#14bdaa Background Color

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

This div background color is #14bdaa


#14bdaa Border Color

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

This div border color is #14bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bdaa


Comments

No comments written yet.

Please login to write comment.