Color Hex Logo

#18adaa Color Hex

#18ADAA
(24,173,170)
0 Favorites   0 Comments

Color spaces of #18adaa

RGB 24173170
HSL0.500.760.39
HSV179°86°68°
CMYK 0.860.000.02   0.32
XYZ22.576032.983643.2068
Yxy32.98360.22860.3340
Hunter Lab57.4314-30.3373-4.4032
CIE-Lab64.1476-35.8126-8.7840

#18adaa color RGB value is (24,173,170).

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

The process color (four color CMYK) of #18adaa color hex is 0.86, 0.00, 0.02, 0.32. Web safe color of #18adaa is #009999. Color #18adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101101 10101010
Octal 30 255 252
Decimal 24 173 170
Hex 18 AD AA

RGB Percentages of Color #18adaa

%6.54
%47.14
%46.32

CMYK Percentages of Color #18adaa

%86
%0
%2
%32

Triadic Colors of #18adaa

#18adaa #aa18ad #adaa18

Analogous Colors of #18adaa

#18adaa #1866ad #18ad60

Monochromatic Colors of #18adaa

#18adaa

Complementary Color

#18adaa #ad181b

#18adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#18adaa Color CSS Codes

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

#18adaa Text Font Color

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

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


#18adaa Background Color

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

This div background color is #18adaa


#18adaa Border Color

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

This div border color is #18adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18adaa


Comments

No comments written yet.

Please login to write comment.