Color Hex Logo

#14adef Color Hex

#14ADEF
(20,173,239)
0 Favorites   0 Comments

Color spaces of #14adef

RGB 20173239
HSL0.550.870.51
HSV198°92°94°
CMYK 0.920.280.00   0.06
XYZ30.812036.267987.0378
Yxy36.26790.19990.2353
Hunter Lab60.2228-14.0634-43.5336
CIE-Lab66.7241-13.0929-42.9870

#14adef color RGB value is (20,173,239).

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

The process color (four color CMYK) of #14adef color hex is 0.92, 0.28, 0.00, 0.06. Web safe color of #14adef is #0099ff. Color #14adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 11101111
Octal 24 255 357
Decimal 20 173 239
Hex 14 AD EF

RGB Percentages of Color #14adef

%4.63
%40.05
%55.32

CMYK Percentages of Color #14adef

%92
%28
%0
%6

Triadic Colors of #14adef

#14adef #ef14ad #adef14

Analogous Colors of #14adef

#14adef #1440ef #14efc4

Monochromatic Colors of #14adef

#14adef

Complementary Color

#14adef #ef5614

#14adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adef Color CSS Codes

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

#14adef Text Font Color

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

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


#14adef Background Color

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

This div background color is #14adef


#14adef Border Color

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

This div border color is #14adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adef


Comments

No comments written yet.

Please login to write comment.