Color Hex Logo

#18aaab Color Hex

#18AAAB
(24,170,171)
0 Favorites   0 Comments

Color spaces of #18aaab

RGB 24170171
HSL0.500.750.38
HSV180°86°67°
CMYK 0.860.010.00   0.33
XYZ22.102131.883943.5174
Yxy31.88390.22670.3270
Hunter Lab56.4658-28.9460-6.1679
CIE-Lab63.2468-34.1118-10.6884

#18aaab color RGB value is (24,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101010 10101011
Octal 30 252 253
Decimal 24 170 171
Hex 18 AA AB

RGB Percentages of Color #18aaab

%6.58
%46.58
%46.85

CMYK Percentages of Color #18aaab

%86
%1
%0
%33

Triadic Colors of #18aaab

#18aaab #ab18aa #aaab18

Analogous Colors of #18aaab

#18aaab #1860ab #18ab63

Monochromatic Colors of #18aaab

#18aaab

Complementary Color

#18aaab #ab1918

#18aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#18aaab Color CSS Codes

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

#18aaab Text Font Color

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

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


#18aaab Background Color

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

This div background color is #18aaab


#18aaab Border Color

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

This div border color is #18aaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,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 #18aaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18aaab


Comments

No comments written yet.

Please login to write comment.