Color Hex Logo

#14bfdf Color Hex

#14BFDF
(20,191,223)
0 Favorites   0 Comments

Color spaces of #14bfdf

RGB 20191223
HSL0.530.840.48
HSV189°91°87°
CMYK 0.910.140.00   0.13
XYZ32.238642.738076.3622
Yxy42.73800.21300.2824
Hunter Lab65.3743-26.3798-23.4932
CIE-Lab71.3768-27.9262-27.0430

#14bfdf color RGB value is (20,191,223).

#14bfdf hex color red value is 20, green value is 191 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #14bfdf hue: 0.53 , saturation: 0.84 and the lightness value of 14bfdf is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111111 11011111
Octal 24 277 337
Decimal 20 191 223
Hex 14 BF DF

RGB Percentages of Color #14bfdf

%4.61
%44.01
%51.38

CMYK Percentages of Color #14bfdf

%91
%14
%0
%13

Triadic Colors of #14bfdf

#14bfdf #df14bf #bfdf14

Analogous Colors of #14bfdf

#14bfdf #145adf #14df9a

Monochromatic Colors of #14bfdf

#14bfdf

Complementary Color

#14bfdf #df3414

#14bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bfdf Color CSS Codes

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

#14bfdf Text Font Color

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

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


#14bfdf Background Color

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

This div background color is #14bfdf


#14bfdf Border Color

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

This div border color is #14bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bfdf


Comments

No comments written yet.

Please login to write comment.