Color Hex Logo

#14badb Color Hex

#14BADB
(20,186,219)
0 Favorites   0 Comments

Color spaces of #14badb

RGB 20186219
HSL0.530.830.47
HSV190°91°86°
CMYK 0.910.150.00   0.14
XYZ30.633640.381073.1976
Yxy40.38100.21240.2800
Hunter Lab63.5460-25.1562-23.8129
CIE-Lab69.7400-26.7567-27.3756

#14badb color RGB value is (20,186,219).

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

The process color (four color CMYK) of #14badb color hex is 0.91, 0.15, 0.00, 0.14. Web safe color of #14badb is #00cccc. Color #14badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111010 11011011
Octal 24 272 333
Decimal 20 186 219
Hex 14 BA DB

RGB Percentages of Color #14badb

%4.71
%43.76
%51.53

CMYK Percentages of Color #14badb

%91
%15
%0
%14

Triadic Colors of #14badb

#14badb #db14ba #badb14

Analogous Colors of #14badb

#14badb #1457db #14db99

Monochromatic Colors of #14badb

#14badb

Complementary Color

#14badb #db3514

#14badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14badb Color CSS Codes

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

#14badb Text Font Color

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

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


#14badb Background Color

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

This div background color is #14badb


#14badb Border Color

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

This div border color is #14badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14badb


Comments

No comments written yet.

Please login to write comment.