Color Hex Logo

#14eeaa Color Hex

#14EEAA
(20,238,170)
0 Favorites   0 Comments

Color spaces of #14eeaa

RGB 20238170
HSL0.450.870.51
HSV161°92°93°
CMYK 0.920.000.29   0.07
XYZ38.118764.200148.4130
Yxy64.20010.25290.4259
Hunter Lab80.1250-55.299020.2634
CIE-Lab84.0698-62.610019.8840

#14eeaa color RGB value is (20,238,170).

#14eeaa hex color red value is 20, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #14eeaa hue: 0.45 , saturation: 0.87 and the lightness value of 14eeaa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101110 10101010
Octal 24 356 252
Decimal 20 238 170
Hex 14 EE AA

RGB Percentages of Color #14eeaa

%4.67
%55.61
%39.72

CMYK Percentages of Color #14eeaa

%92
%0
%29
%7

Triadic Colors of #14eeaa

#14eeaa #aa14ee #eeaa14

Analogous Colors of #14eeaa

#14eeaa #14c5ee #14ee3d

Monochromatic Colors of #14eeaa

#14eeaa

Complementary Color

#14eeaa #ee1458

#14eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14eeaa Color CSS Codes

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

#14eeaa Text Font Color

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

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


#14eeaa Background Color

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

This div background color is #14eeaa


#14eeaa Border Color

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

This div border color is #14eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14eeaa


Comments

No comments written yet.

Please login to write comment.