Color Hex Logo

#15ccac Color Hex

#15CCAC
(21,204,172)
0 Favorites   0 Comments

Color spaces of #15ccac

RGB 21204172
HSL0.470.810.44
HSV170°90°80°
CMYK 0.900.000.16   0.20
XYZ29.348546.323746.4243
Yxy46.32370.24040.3794
Hunter Lab68.0615-42.13757.2018
CIE-Lab73.7551-48.92534.2194

#15ccac color RGB value is (21,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11001100 10101100
Octal 25 314 254
Decimal 21 204 172
Hex 15 CC AC

RGB Percentages of Color #15ccac

%5.29
%51.39
%43.32

CMYK Percentages of Color #15ccac

%90
%0
%16
%20

Triadic Colors of #15ccac

#15ccac #ac15cc #ccac15

Analogous Colors of #15ccac

#15ccac #1591cc #15cc51

Monochromatic Colors of #15ccac

#15ccac

Complementary Color

#15ccac #cc1535

#15ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#15ccac Color CSS Codes

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

#15ccac Text Font Color

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

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


#15ccac Background Color

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

This div background color is #15ccac


#15ccac Border Color

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

This div border color is #15ccac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,204,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #15ccac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15ccac


Comments

No comments written yet.

Please login to write comment.