Color Hex Logo

#14fabc Color Hex

#14FABC
(20,250,188)
0 Favorites   0 Comments

Color spaces of #14fabc

RGB 20250188
HSL0.460.960.53
HSV164°92°98°
CMYK 0.920.000.25   0.02
XYZ43.551272.150859.2081
Yxy72.15080.24900.4125
Hunter Lab84.9416-57.127518.1314
CIE-Lab88.0411-62.983116.1373

#14fabc color RGB value is (20,250,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111010 10111100
Octal 24 372 274
Decimal 20 250 188
Hex 14 FA BC

RGB Percentages of Color #14fabc

%4.37
%54.59
%41.05

CMYK Percentages of Color #14fabc

%92
%0
%25
%2

Triadic Colors of #14fabc

#14fabc #bc14fa #fabc14

Analogous Colors of #14fabc

#14fabc #14c5fa #14fa49

Monochromatic Colors of #14fabc

#14fabc

Complementary Color

#14fabc #fa1452

#14fabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fabc Color CSS Codes

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

#14fabc Text Font Color

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

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


#14fabc Background Color

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

This div background color is #14fabc


#14fabc Border Color

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

This div border color is #14fabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fabc


Comments

No comments written yet.

Please login to write comment.