Color Hex Logo

#15c8aa Color Hex

#15C8AA
(21,200,170)
0 Favorites   0 Comments

Color spaces of #15c8aa

RGB 21200170
HSL0.470.810.43
HSV170°90°78°
CMYK 0.900.000.15   0.22
XYZ28.219244.370345.1072
Yxy44.37030.23980.3770
Hunter Lab66.6110-40.94936.4781
CIE-Lab72.4753-47.80053.4502

#15c8aa color RGB value is (21,200,170).

#15c8aa hex color red value is 21, green value is 200 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #15c8aa hue: 0.47 , saturation: 0.81 and the lightness value of 15c8aa is 0.43.

The process color (four color CMYK) of #15c8aa color hex is 0.90, 0.00, 0.15, 0.22. Web safe color of #15c8aa is #00cc99. Color #15c8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001000 10101010
Octal 25 310 252
Decimal 21 200 170
Hex 15 C8 AA

RGB Percentages of Color #15c8aa

%5.37
%51.15
%43.48

CMYK Percentages of Color #15c8aa

%90
%0
%15
%22

Triadic Colors of #15c8aa

#15c8aa #aa15c8 #c8aa15

Analogous Colors of #15c8aa

#15c8aa #158dc8 #15c851

Monochromatic Colors of #15c8aa

#15c8aa

Complementary Color

#15c8aa #c81533

#15c8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15c8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15c8aa Color CSS Codes

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

#15c8aa Text Font Color

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

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


#15c8aa Background Color

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

This div background color is #15c8aa


#15c8aa Border Color

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

This div border color is #15c8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15c8aa


Comments

No comments written yet.

Please login to write comment.