Color Hex Logo

#14dbba Color Hex

#14DBBA
(20,219,186)
0 Favorites   0 Comments

Color spaces of #14dbba

RGB 20219186
HSL0.470.830.47
HSV170°91°86°
CMYK 0.910.000.15   0.14
XYZ34.482954.356955.1289
Yxy54.35690.23950.3776
Hunter Lab73.7271-45.53637.2753
CIE-Lab78.6694-51.44913.8177

#14dbba color RGB value is (20,219,186).

#14dbba hex color red value is 20, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #14dbba hue: 0.47 , saturation: 0.83 and the lightness value of 14dbba is 0.47.

The process color (four color CMYK) of #14dbba color hex is 0.91, 0.00, 0.15, 0.14. Web safe color of #14dbba is #00cccc. Color #14dbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011011 10111010
Octal 24 333 272
Decimal 20 219 186
Hex 14 DB BA

RGB Percentages of Color #14dbba

%4.71
%51.53
%43.76

CMYK Percentages of Color #14dbba

%91
%0
%15
%14

Triadic Colors of #14dbba

#14dbba #ba14db #dbba14

Analogous Colors of #14dbba

#14dbba #1499db #14db57

Monochromatic Colors of #14dbba

#14dbba

Complementary Color

#14dbba #db1435

#14dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dbba Color CSS Codes

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

#14dbba Text Font Color

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

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


#14dbba Background Color

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

This div background color is #14dbba


#14dbba Border Color

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

This div border color is #14dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dbba


Comments

No comments written yet.

Please login to write comment.