Color Hex Logo

#15acaa Color Hex

#15ACAA
(21,172,170)
0 Favorites   0 Comments

Color spaces of #15acaa

RGB 21172170
HSL0.500.780.38
HSV179°88°67°
CMYK 0.880.000.01   0.33
XYZ22.317532.566843.1400
Yxy32.56680.22770.3322
Hunter Lab57.0673-30.0613-4.8731
CIE-Lab63.8086-35.5377-9.2927

#15acaa color RGB value is (21,172,170).

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

The process color (four color CMYK) of #15acaa color hex is 0.88, 0.00, 0.01, 0.33. Web safe color of #15acaa is #009999. Color #15acaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101100 10101010
Octal 25 254 252
Decimal 21 172 170
Hex 15 AC AA

RGB Percentages of Color #15acaa

%5.79
%47.38
%46.83

CMYK Percentages of Color #15acaa

%88
%0
%1
%33

Triadic Colors of #15acaa

#15acaa #aa15ac #acaa15

Analogous Colors of #15acaa

#15acaa #1563ac #15ac5f

Monochromatic Colors of #15acaa

#15acaa

Complementary Color

#15acaa #ac1517

#15acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15acaa Color CSS Codes

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

#15acaa Text Font Color

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

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


#15acaa Background Color

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

This div background color is #15acaa


#15acaa Border Color

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

This div border color is #15acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15acaa


Comments

No comments written yet.

Please login to write comment.