Color Hex Logo

#14dbef Color Hex

#14DBEF
(20,219,239)
0 Favorites   0 Comments

Color spaces of #14dbef

RGB 20219239
HSL0.520.870.51
HSV185°92°94°
CMYK 0.920.080.00   0.06
XYZ41.200057.043890.5004
Yxy57.04380.21830.3022
Hunter Lab75.5273-34.8015-18.1749
CIE-Lab80.2042-36.2689-22.1749

#14dbef color RGB value is (20,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011011 11101111
Octal 24 333 357
Decimal 20 219 239
Hex 14 DB EF

RGB Percentages of Color #14dbef

%4.18
%45.82
%50.00

CMYK Percentages of Color #14dbef

%92
%8
%0
%6

Triadic Colors of #14dbef

#14dbef #ef14db #dbef14

Analogous Colors of #14dbef

#14dbef #146eef #14ef96

Monochromatic Colors of #14dbef

#14dbef

Complementary Color

#14dbef #ef2814

#14dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dbef Color CSS Codes

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

#14dbef Text Font Color

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

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


#14dbef Background Color

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

This div background color is #14dbef


#14dbef Border Color

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

This div border color is #14dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dbef


Comments

No comments written yet.

Please login to write comment.