Color Hex Logo

#15dcaa Color Hex

#15DCAA
(21,220,170)
0 Favorites   0 Comments

Color spaces of #15dcaa

RGB 21220170
HSL0.460.830.47
HSV165°90°86°
CMYK 0.900.000.23   0.14
XYZ33.158254.248146.7535
Yxy54.24810.24720.4044
Hunter Lab73.6533-48.533913.9213
CIE-Lab78.6062-55.802912.2284

#15dcaa color RGB value is (21,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011100 10101010
Octal 25 334 252
Decimal 21 220 170
Hex 15 DC AA

RGB Percentages of Color #15dcaa

%5.11
%53.53
%41.36

CMYK Percentages of Color #15dcaa

%90
%0
%23
%14

Triadic Colors of #15dcaa

#15dcaa #aa15dc #dcaa15

Analogous Colors of #15dcaa

#15dcaa #15abdc #15dc47

Monochromatic Colors of #15dcaa

#15dcaa

Complementary Color

#15dcaa #dc1547

#15dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dcaa Color CSS Codes

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

#15dcaa Text Font Color

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

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


#15dcaa Background Color

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

This div background color is #15dcaa


#15dcaa Border Color

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

This div border color is #15dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dcaa


Comments

No comments written yet.

Please login to write comment.