Color Hex Logo

#14fcaa Color Hex

#14FCAA
(20,252,170)
0 Favorites   0 Comments

Color spaces of #14fcaa

RGB 20252170
HSL0.440.970.53
HSV159°92°99°
CMYK 0.920.000.33   0.01
XYZ42.354672.671849.8250
Yxy72.67180.25690.4408
Hunter Lab85.2478-60.497425.0200
CIE-Lab88.2910-67.623225.6920

#14fcaa color RGB value is (20,252,170).

#14fcaa hex color red value is 20, green value is 252 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #14fcaa hue: 0.44 , saturation: 0.97 and the lightness value of 14fcaa is 0.53.

The process color (four color CMYK) of #14fcaa color hex is 0.92, 0.00, 0.33, 0.01. Web safe color of #14fcaa is #00ff99. Color #14fcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111100 10101010
Octal 24 374 252
Decimal 20 252 170
Hex 14 FC AA

RGB Percentages of Color #14fcaa

%4.52
%57.01
%38.46

CMYK Percentages of Color #14fcaa

%92
%0
%33
%1

Triadic Colors of #14fcaa

#14fcaa #aa14fc #fcaa14

Analogous Colors of #14fcaa

#14fcaa #14dafc #14fc36

Monochromatic Colors of #14fcaa

#14fcaa

Complementary Color

#14fcaa #fc1466

#14fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fcaa Color CSS Codes

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

#14fcaa Text Font Color

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

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


#14fcaa Background Color

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

This div background color is #14fcaa


#14fcaa Border Color

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

This div border color is #14fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fcaa


Comments

No comments written yet.

Please login to write comment.