Color Hex Logo

#15baaa Color Hex

#15BAAA
(21,186,170)
0 Favorites   0 Comments

Color spaces of #15baaa

RGB 21186170
HSL0.480.800.41
HSV174°89°73°
CMYK 0.890.000.09   0.27
XYZ25.123938.179544.0754
Yxy38.17950.23400.3556
Hunter Lab61.7896-35.55290.9603
CIE-Lab68.1527-41.8396-2.8570

#15baaa color RGB value is (21,186,170).

#15baaa hex color red value is 21, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #15baaa hue: 0.48 , saturation: 0.80 and the lightness value of 15baaa is 0.41.

The process color (four color CMYK) of #15baaa color hex is 0.89, 0.00, 0.09, 0.27. Web safe color of #15baaa is #00cc99. Color #15baaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111010 10101010
Octal 25 272 252
Decimal 21 186 170
Hex 15 BA AA

RGB Percentages of Color #15baaa

%5.57
%49.34
%45.09

CMYK Percentages of Color #15baaa

%89
%0
%9
%27

Triadic Colors of #15baaa

#15baaa #aa15ba #baaa15

Analogous Colors of #15baaa

#15baaa #1578ba #15ba58

Monochromatic Colors of #15baaa

#15baaa

Complementary Color

#15baaa #ba1525

#15baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15baaa Color CSS Codes

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

#15baaa Text Font Color

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

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


#15baaa Background Color

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

This div background color is #15baaa


#15baaa Border Color

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

This div border color is #15baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15baaa


Comments

No comments written yet.

Please login to write comment.