Color Hex Logo

#14fadc Color Hex

#14FADC
(20,250,220)
0 Favorites   0 Comments

Color spaces of #14fadc

RGB 20250220
HSL0.480.960.53
HSV172°92°98°
CMYK 0.920.000.12   0.02
XYZ47.392473.687279.4354
Yxy73.68720.23640.3675
Hunter Lab85.8412-51.67355.2234
CIE-Lab88.7744-55.12900.6005

#14fadc color RGB value is (20,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111010 11011100
Octal 24 372 334
Decimal 20 250 220
Hex 14 FA DC

RGB Percentages of Color #14fadc

%4.08
%51.02
%44.90

CMYK Percentages of Color #14fadc

%92
%0
%12
%2

Triadic Colors of #14fadc

#14fadc #dc14fa #fadc14

Analogous Colors of #14fadc

#14fadc #14a5fa #14fa69

Monochromatic Colors of #14fadc

#14fadc

Complementary Color

#14fadc #fa1432

#14fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fadc Color CSS Codes

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

#14fadc Text Font Color

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

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


#14fadc Background Color

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

This div background color is #14fadc


#14fadc Border Color

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

This div border color is #14fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fadc


Comments

No comments written yet.

Please login to write comment.