Color Hex Logo

#14dbaf Color Hex

#14DBAF
(20,219,175)
0 Favorites   0 Comments

Color spaces of #14dbaf

RGB 20219175
HSL0.460.830.47
HSV167°91°86°
CMYK 0.910.000.20   0.14
XYZ33.357953.906949.2044
Yxy53.90690.24440.3950
Hunter Lab73.4213-47.388411.6608
CIE-Lab78.4074-54.24109.2939

#14dbaf color RGB value is (20,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011011 10101111
Octal 24 333 257
Decimal 20 219 175
Hex 14 DB AF

RGB Percentages of Color #14dbaf

%4.83
%52.90
%42.27

CMYK Percentages of Color #14dbaf

%91
%0
%20
%14

Triadic Colors of #14dbaf

#14dbaf #af14db #dbaf14

Analogous Colors of #14dbaf

#14dbaf #14a4db #14db4c

Monochromatic Colors of #14dbaf

#14dbaf

Complementary Color

#14dbaf #db1440

#14dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dbaf Color CSS Codes

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

#14dbaf Text Font Color

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

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


#14dbaf Background Color

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

This div background color is #14dbaf


#14dbaf Border Color

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

This div border color is #14dbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dbaf


Comments

No comments written yet.

Please login to write comment.