Color Hex Logo

#18dfad Color Hex

#18DFAD
(24,223,173)
0 Favorites   0 Comments

Color spaces of #18dfad

RGB 24223173
HSL0.460.810.48
HSV165°89°87°
CMYK 0.890.000.22   0.13
XYZ34.307255.986748.5335
Yxy55.98670.24710.4033
Hunter Lab74.8243-49.099513.9195
CIE-Lab79.6062-56.094012.0616

#18dfad color RGB value is (24,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011111 10101101
Octal 30 337 255
Decimal 24 223 173
Hex 18 DF AD

RGB Percentages of Color #18dfad

%5.71
%53.10
%41.19

CMYK Percentages of Color #18dfad

%89
%0
%22
%13

Triadic Colors of #18dfad

#18dfad #ad18df #dfad18

Analogous Colors of #18dfad

#18dfad #18aedf #18df4a

Monochromatic Colors of #18dfad

#18dfad

Complementary Color

#18dfad #df184a

#18dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#18dfad Color CSS Codes

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

#18dfad Text Font Color

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

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


#18dfad Background Color

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

This div background color is #18dfad


#18dfad Border Color

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

This div border color is #18dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18dfad


Comments

No comments written yet.

Please login to write comment.