Color Hex Logo

#14dbff Color Hex

#14DBFF
(20,219,255)
0 Favorites   0 Comments

Color spaces of #14dbff

RGB 20219255
HSL0.531.000.54
HSV189°92°100°
CMYK 0.920.140.00   0.00
XYZ43.670058.0318103.5073
Yxy58.03180.21280.2828
Hunter Lab76.1786-30.9860-27.2350
CIE-Lab80.7565-31.2336-29.8314

#14dbff color RGB value is (20,219,255).

#14dbff hex color red value is 20, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #14dbff hue: 0.53 , saturation: 1.00 and the lightness value of 14dbff is 0.54.

The process color (four color CMYK) of #14dbff color hex is 0.92, 0.14, 0.00, 0.00. Web safe color of #14dbff is #00ccff. Color #14dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011011 11111111
Octal 24 333 377
Decimal 20 219 255
Hex 14 DB FF

RGB Percentages of Color #14dbff

%4.05
%44.33
%51.62

CMYK Percentages of Color #14dbff

%92
%14
%0
%0

Triadic Colors of #14dbff

#14dbff #ff14db #dbff14

Analogous Colors of #14dbff

#14dbff #1466ff #14ffae

Monochromatic Colors of #14dbff

#14dbff

Complementary Color

#14dbff #ff3814

#14dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dbff Color CSS Codes

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

#14dbff Text Font Color

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

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


#14dbff Background Color

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

This div background color is #14dbff


#14dbff Border Color

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

This div border color is #14dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dbff


Comments

No comments written yet.

Please login to write comment.