Color Hex Logo

#14abdf Color Hex

#14ABDF
(20,171,223)
0 Favorites   0 Comments

Color spaces of #14abdf

RGB 20171223
HSL0.540.840.48
HSV195°91°87°
CMYK 0.910.230.00   0.13
XYZ28.170734.602375.0062
Yxy34.60230.20450.2511
Hunter Lab58.8237-17.4578-34.4242
CIE-Lab65.4379-17.6579-36.2245

#14abdf color RGB value is (20,171,223).

#14abdf hex color red value is 20, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #14abdf hue: 0.54 , saturation: 0.84 and the lightness value of 14abdf is 0.48.

The process color (four color CMYK) of #14abdf color hex is 0.91, 0.23, 0.00, 0.13. Web safe color of #14abdf is #0099cc. Color #14abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 11011111
Octal 24 253 337
Decimal 20 171 223
Hex 14 AB DF

RGB Percentages of Color #14abdf

%4.83
%41.30
%53.86

CMYK Percentages of Color #14abdf

%91
%23
%0
%13

Triadic Colors of #14abdf

#14abdf #df14ab #abdf14

Analogous Colors of #14abdf

#14abdf #1445df #14dfae

Monochromatic Colors of #14abdf

#14abdf

Complementary Color

#14abdf #df4814

#14abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abdf Color CSS Codes

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

#14abdf Text Font Color

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

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


#14abdf Background Color

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

This div background color is #14abdf


#14abdf Border Color

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

This div border color is #14abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abdf


Comments

No comments written yet.

Please login to write comment.