Color Hex Logo

#14dbde Color Hex

#14DBDE
(20,219,222)
0 Favorites   0 Comments

Color spaces of #14dbde

RGB 20219222
HSL0.500.830.47
HSV181°91°87°
CMYK 0.910.010.00   0.13
XYZ38.804856.085777.8876
Yxy56.08570.22460.3246
Hunter Lab74.8904-38.5676-9.2396
CIE-Lab79.6626-41.4140-13.9326

#14dbde color RGB value is (20,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011011 11011110
Octal 24 333 336
Decimal 20 219 222
Hex 14 DB DE

RGB Percentages of Color #14dbde

%4.34
%47.51
%48.16

CMYK Percentages of Color #14dbde

%91
%1
%0
%13

Triadic Colors of #14dbde

#14dbde #de14db #dbde14

Analogous Colors of #14dbde

#14dbde #1476de #14de7c

Monochromatic Colors of #14dbde

#14dbde

Complementary Color

#14dbde #de1714

#14dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dbde Color CSS Codes

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

#14dbde Text Font Color

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

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


#14dbde Background Color

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

This div background color is #14dbde


#14dbde Border Color

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

This div border color is #14dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dbde


Comments

No comments written yet.

Please login to write comment.