Color Hex Logo

#18abaa Color Hex

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

Color spaces of #18abaa

RGB 24171170
HSL0.500.750.38
HSV180°86°67°
CMYK 0.860.000.01   0.33
XYZ22.195332.222343.0799
Yxy32.22230.22760.3305
Hunter Lab56.7647-29.5437-5.2611
CIE-Lab63.5262-34.8845-9.7114

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

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

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

Base Numbers

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

RGB Percentages of Color #18abaa

%6.58
%46.85
%46.58

CMYK Percentages of Color #18abaa

%86
%0
%1
%33

Triadic Colors of #18abaa

#18abaa #aa18ab #abaa18

Analogous Colors of #18abaa

#18abaa #1862ab #18ab61

Monochromatic Colors of #18abaa

#18abaa

Complementary Color

#18abaa #ab1819

#18abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#18abaa Color CSS Codes

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

#18abaa Text Font Color

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

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


#18abaa Background Color

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

This div background color is #18abaa


#18abaa Border Color

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

This div border color is #18abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18abaa


Comments

No comments written yet.

Please login to write comment.