Color Hex Logo

#14bfdb Color Hex

#14BFDB
(20,191,219)
0 Favorites   0 Comments

Color spaces of #14bfdb

RGB 20191219
HSL0.520.830.47
HSV188°91°86°
CMYK 0.910.130.00   0.14
XYZ31.705542.524873.5549
Yxy42.52480.21450.2877
Hunter Lab65.2110-27.3329-21.2285
CIE-Lab71.2312-29.2316-25.0892

#14bfdb color RGB value is (20,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111111 11011011
Octal 24 277 333
Decimal 20 191 219
Hex 14 BF DB

RGB Percentages of Color #14bfdb

%4.65
%44.42
%50.93

CMYK Percentages of Color #14bfdb

%91
%13
%0
%14

Triadic Colors of #14bfdb

#14bfdb #db14bf #bfdb14

Analogous Colors of #14bfdb

#14bfdb #145bdb #14db94

Monochromatic Colors of #14bfdb

#14bfdb

Complementary Color

#14bfdb #db3014

#14bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bfdb Color CSS Codes

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

#14bfdb Text Font Color

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

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


#14bfdb Background Color

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

This div background color is #14bfdb


#14bfdb Border Color

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

This div border color is #14bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bfdb


Comments

No comments written yet.

Please login to write comment.