Color Hex Logo

#15abaa Color Hex

#15ABAA
(21,171,170)
0 Favorites   0 Comments

Color spaces of #15abaa

RGB 21171170
HSL0.500.780.38
HSV180°88°67°
CMYK 0.880.000.01   0.33
XYZ22.127932.187543.0768
Yxy32.18750.22720.3305
Hunter Lab56.7340-29.6644-5.3037
CIE-Lab63.4975-35.0730-9.7573

#15abaa color RGB value is (21,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101011 10101010
Octal 25 253 252
Decimal 21 171 170
Hex 15 AB AA

RGB Percentages of Color #15abaa

%5.80
%47.24
%46.96

CMYK Percentages of Color #15abaa

%88
%0
%1
%33

Triadic Colors of #15abaa

#15abaa #aa15ab #abaa15

Analogous Colors of #15abaa

#15abaa #1561ab #15ab5f

Monochromatic Colors of #15abaa

#15abaa

Complementary Color

#15abaa #ab1516

#15abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#15abaa Color CSS Codes

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

#15abaa Text Font Color

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

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


#15abaa Background Color

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

This div background color is #15abaa


#15abaa Border Color

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

This div border color is #15abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15abaa


Comments

No comments written yet.

Please login to write comment.