Color Hex Logo

#18dadc Color Hex

#18DADC
(24,218,220)
0 Favorites   0 Comments

Color spaces of #18dadc

RGB 24218220
HSL0.500.800.48
HSV181°89°86°
CMYK 0.890.010.00   0.14
XYZ38.366455.504376.4014
Yxy55.50430.22530.3260
Hunter Lab74.5012-38.4537-8.6514
CIE-Lab79.3309-41.3864-13.3595

#18dadc color RGB value is (24,218,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011010 11011100
Octal 30 332 334
Decimal 24 218 220
Hex 18 DA DC

RGB Percentages of Color #18dadc

%5.19
%47.19
%47.62

CMYK Percentages of Color #18dadc

%89
%1
%0
%14

Triadic Colors of #18dadc

#18dadc #dc18da #dadc18

Analogous Colors of #18dadc

#18dadc #1878dc #18dc7c

Monochromatic Colors of #18dadc

#18dadc

Complementary Color

#18dadc #dc1a18

#18dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18dadc Color CSS Codes

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

#18dadc Text Font Color

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

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


#18dadc Background Color

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

This div background color is #18dadc


#18dadc Border Color

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

This div border color is #18dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18dadc


Comments

No comments written yet.

Please login to write comment.