Color Hex Logo

#15eaaa Color Hex

#15EAAA
(21,234,170)
0 Favorites   0 Comments

Color spaces of #15eaaa

RGB 21234170
HSL0.450.840.50
HSV162°91°92°
CMYK 0.910.000.27   0.08
XYZ36.987861.907348.0301
Yxy61.90730.25170.4214
Hunter Lab78.6812-53.779818.8839
CIE-Lab82.8641-61.095918.2087

#15eaaa color RGB value is (21,234,170).

#15eaaa hex color red value is 21, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #15eaaa hue: 0.45 , saturation: 0.84 and the lightness value of 15eaaa is 0.50.

The process color (four color CMYK) of #15eaaa color hex is 0.91, 0.00, 0.27, 0.08. Web safe color of #15eaaa is #00ff99. Color #15eaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11101010 10101010
Octal 25 352 252
Decimal 21 234 170
Hex 15 EA AA

RGB Percentages of Color #15eaaa

%4.94
%55.06
%40.00

CMYK Percentages of Color #15eaaa

%91
%0
%27
%8

Triadic Colors of #15eaaa

#15eaaa #aa15ea #eaaa15

Analogous Colors of #15eaaa

#15eaaa #15c0ea #15ea3f

Monochromatic Colors of #15eaaa

#15eaaa

Complementary Color

#15eaaa #ea1555

#15eaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15eaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15eaaa Color CSS Codes

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

#15eaaa Text Font Color

<p style="color:#15eaaa">Text here</p>

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


#15eaaa Background Color

<div style="background-color:#15eaaa">
Div content here</div>

This div background color is #15eaaa


#15eaaa Border Color

<div style="border:3px solid #15eaaa">
Div here</div>

This div border color is #15eaaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,234,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15eaaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15eaaa;
  -webkit-box-shadow: 1px 1px 3px 2px #15eaaa;
  box-shadow:         1px 1px 3px 2px #15eaaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,234,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 #15eaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15eaaa


Comments

No comments written yet.

Please login to write comment.