Color Hex Logo

#14afdb Color Hex

#14AFDB
(20,175,219)
0 Favorites   0 Comments

Color spaces of #14afdb

RGB 20175219
HSL0.540.830.47
HSV193°91°86°
CMYK 0.910.200.00   0.14
XYZ28.404635.923172.4546
Yxy35.92310.20770.2626
Hunter Lab59.9359-20.2937-29.7187
CIE-Lab66.4611-21.1484-32.4341

#14afdb color RGB value is (20,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101111 11011011
Octal 24 257 333
Decimal 20 175 219
Hex 14 AF DB

RGB Percentages of Color #14afdb

%4.83
%42.27
%52.90

CMYK Percentages of Color #14afdb

%91
%20
%0
%14

Triadic Colors of #14afdb

#14afdb #db14af #afdb14

Analogous Colors of #14afdb

#14afdb #144bdb #14dba4

Monochromatic Colors of #14afdb

#14afdb

Complementary Color

#14afdb #db4014

#14afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14afdb Color CSS Codes

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

#14afdb Text Font Color

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

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


#14afdb Background Color

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

This div background color is #14afdb


#14afdb Border Color

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

This div border color is #14afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14afdb


Comments

No comments written yet.

Please login to write comment.