Color Hex Logo

#14ddef Color Hex

#14DDEF
(20,221,239)
0 Favorites   0 Comments

Color spaces of #14ddef

RGB 20221239
HSL0.510.870.51
HSV185°92°94°
CMYK 0.920.080.00   0.06
XYZ41.724958.093690.6754
Yxy58.09360.21900.3050
Hunter Lab76.2192-35.6667-17.1819
CIE-Lab80.7908-37.1970-21.2847

#14ddef color RGB value is (20,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 11101111
Octal 24 335 357
Decimal 20 221 239
Hex 14 DD EF

RGB Percentages of Color #14ddef

%4.17
%46.04
%49.79

CMYK Percentages of Color #14ddef

%92
%8
%0
%6

Triadic Colors of #14ddef

#14ddef #ef14dd #ddef14

Analogous Colors of #14ddef

#14ddef #1470ef #14ef94

Monochromatic Colors of #14ddef

#14ddef

Complementary Color

#14ddef #ef2614

#14ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ddef Color CSS Codes

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

#14ddef Text Font Color

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

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


#14ddef Background Color

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

This div background color is #14ddef


#14ddef Border Color

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

This div border color is #14ddef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,221,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 #14ddef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ddef


Comments

No comments written yet.

Please login to write comment.