Color Hex Logo

#18dabc Color Hex

#18DABC
(24,218,188)
0 Favorites   0 Comments

Color spaces of #18dabc

RGB 24218188
HSL0.470.800.47
HSV171°89°85°
CMYK 0.890.000.14   0.15
XYZ34.525253.967856.1741
Yxy53.96780.23870.3730
Hunter Lab73.4628-44.67056.0872
CIE-Lab78.4430-50.32742.4262

#18dabc color RGB value is (24,218,188).

#18dabc hex color red value is 24, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #18dabc hue: 0.47 , saturation: 0.80 and the lightness value of 18dabc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011010 10111100
Octal 30 332 274
Decimal 24 218 188
Hex 18 DA BC

RGB Percentages of Color #18dabc

%5.58
%50.70
%43.72

CMYK Percentages of Color #18dabc

%89
%0
%14
%15

Triadic Colors of #18dabc

#18dabc #bc18da #dabc18

Analogous Colors of #18dabc

#18dabc #1897da #18da5b

Monochromatic Colors of #18dabc

#18dabc

Complementary Color

#18dabc #da1836

#18dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18dabc Color CSS Codes

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

#18dabc Text Font Color

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

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


#18dabc Background Color

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

This div background color is #18dabc


#18dabc Border Color

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

This div border color is #18dabc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,218,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18dabc


Comments

No comments written yet.

Please login to write comment.