Color Hex Logo

#14abdc Color Hex

#14ABDC
(20,171,220)
0 Favorites   0 Comments

Color spaces of #14abdc

RGB 20171220
HSL0.540.830.47
HSV195°91°86°
CMYK 0.910.220.00   0.14
XYZ27.769734.441872.8945
Yxy34.44180.20550.2549
Hunter Lab58.6871-18.2395-32.5623
CIE-Lab65.3117-18.7036-34.7685

#14abdc color RGB value is (20,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 11011100
Octal 24 253 334
Decimal 20 171 220
Hex 14 AB DC

RGB Percentages of Color #14abdc

%4.87
%41.61
%53.53

CMYK Percentages of Color #14abdc

%91
%22
%0
%14

Triadic Colors of #14abdc

#14abdc #dc14ab #abdc14

Analogous Colors of #14abdc

#14abdc #1447dc #14dca9

Monochromatic Colors of #14abdc

#14abdc

Complementary Color

#14abdc #dc4514

#14abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abdc Color CSS Codes

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

#14abdc Text Font Color

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

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


#14abdc Background Color

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

This div background color is #14abdc


#14abdc Border Color

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

This div border color is #14abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abdc


Comments

No comments written yet.

Please login to write comment.