Color Hex Logo

#14fadb Color Hex

#14FADB
(20,250,219)
0 Favorites   0 Comments

Color spaces of #14fadb

RGB 20250219
HSL0.480.960.53
HSV172°92°98°
CMYK 0.920.000.12   0.02
XYZ47.260373.634478.7398
Yxy73.63440.23670.3688
Hunter Lab85.8105-51.85915.6628
CIE-Lab88.7494-55.38981.0844

#14fadb color RGB value is (20,250,219).

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

The process color (four color CMYK) of #14fadb color hex is 0.92, 0.00, 0.12, 0.02. Web safe color of #14fadb is #00ffcc. Color #14fadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111010 11011011
Octal 24 372 333
Decimal 20 250 219
Hex 14 FA DB

RGB Percentages of Color #14fadb

%4.09
%51.12
%44.79

CMYK Percentages of Color #14fadb

%92
%0
%12
%2

Triadic Colors of #14fadb

#14fadb #db14fa #fadb14

Analogous Colors of #14fadb

#14fadb #14a6fa #14fa68

Monochromatic Colors of #14fadb

#14fadb

Complementary Color

#14fadb #fa1433

#14fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fadb Color CSS Codes

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

#14fadb Text Font Color

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

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


#14fadb Background Color

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

This div background color is #14fadb


#14fadb Border Color

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

This div border color is #14fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fadb


Comments

No comments written yet.

Please login to write comment.