Color Hex Logo

#14feaa Color Hex

#14FEAA
(20,254,170)
0 Favorites   0 Comments

Color spaces of #14feaa

RGB 20254170
HSL0.440.990.54
HSV158°92°100°
CMYK 0.920.000.33   0.00
XYZ42.986073.934650.0354
Yxy73.93460.25750.4428
Hunter Lab85.9852-61.237925.6884
CIE-Lab88.8916-68.323626.5109

#14feaa color RGB value is (20,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111110 10101010
Octal 24 376 252
Decimal 20 254 170
Hex 14 FE AA

RGB Percentages of Color #14feaa

%4.50
%57.21
%38.29

CMYK Percentages of Color #14feaa

%92
%0
%33
%0

Triadic Colors of #14feaa

#14feaa #aa14fe #feaa14

Analogous Colors of #14feaa

#14feaa #14ddfe #14fe35

Monochromatic Colors of #14feaa

#14feaa

Complementary Color

#14feaa #fe1468

#14feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14feaa Color CSS Codes

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

#14feaa Text Font Color

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

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


#14feaa Background Color

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

This div background color is #14feaa


#14feaa Border Color

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

This div border color is #14feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14feaa


Comments

No comments written yet.

Please login to write comment.