Color Hex Logo

#15aaab Color Hex

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

Color spaces of #15aaab

RGB 21170171
HSL0.500.780.38
HSV180°88°67°
CMYK 0.880.010.00   0.33
XYZ22.034731.849243.5142
Yxy31.84920.22620.3270
Hunter Lab56.4351-29.0673-6.2109
CIE-Lab63.2181-34.3007-10.7344

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

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

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

Base Numbers

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

RGB Percentages of Color #15aaab

%5.80
%46.96
%47.24

CMYK Percentages of Color #15aaab

%88
%1
%0
%33

Triadic Colors of #15aaab

#15aaab #ab15aa #aaab15

Analogous Colors of #15aaab

#15aaab #155fab #15ab61

Monochromatic Colors of #15aaab

#15aaab

Complementary Color

#15aaab #ab1615

#15aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#15aaab Color CSS Codes

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

#15aaab Text Font Color

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

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


#15aaab Background Color

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

This div background color is #15aaab


#15aaab Border Color

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

This div border color is #15aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15aaab


Comments

No comments written yet.

Please login to write comment.