Color Hex Logo

#18dbaa Color Hex

#18DBAA
(24,219,170)
0 Favorites   0 Comments

Color spaces of #18dbaa

RGB 24219170
HSL0.460.800.48
HSV165°89°86°
CMYK 0.890.000.22   0.14
XYZ32.963953.759546.6695
Yxy53.75950.24710.4030
Hunter Lab73.3209-48.060813.5859
CIE-Lab78.3213-55.263811.8277

#18dbaa color RGB value is (24,219,170).

#18dbaa hex color red value is 24, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #18dbaa hue: 0.46 , saturation: 0.80 and the lightness value of 18dbaa is 0.48.

The process color (four color CMYK) of #18dbaa color hex is 0.89, 0.00, 0.22, 0.14. Web safe color of #18dbaa is #00cc99. Color #18dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011011 10101010
Octal 30 333 252
Decimal 24 219 170
Hex 18 DB AA

RGB Percentages of Color #18dbaa

%5.81
%53.03
%41.16

CMYK Percentages of Color #18dbaa

%89
%0
%22
%14

Triadic Colors of #18dbaa

#18dbaa #aa18db #dbaa18

Analogous Colors of #18dbaa

#18dbaa #18abdb #18db49

Monochromatic Colors of #18dbaa

#18dbaa

Complementary Color

#18dbaa #db1849

#18dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#18dbaa Color CSS Codes

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

#18dbaa Text Font Color

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

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


#18dbaa Background Color

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

This div background color is #18dbaa


#18dbaa Border Color

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

This div border color is #18dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18dbaa


Comments

No comments written yet.

Please login to write comment.