Color Hex Logo

#18ddad Color Hex

#18DDAD
(24,221,173)
0 Favorites   0 Comments

Color spaces of #18ddad

RGB 24221173
HSL0.460.800.48
HSV165°89°87°
CMYK 0.890.000.22   0.13
XYZ33.776054.924248.3564
Yxy54.92420.24640.4007
Hunter Lab74.1109-48.342713.1916
CIE-Lab78.9976-55.317411.1983

#18ddad color RGB value is (24,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011101 10101101
Octal 30 335 255
Decimal 24 221 173
Hex 18 DD AD

RGB Percentages of Color #18ddad

%5.74
%52.87
%41.39

CMYK Percentages of Color #18ddad

%89
%0
%22
%13

Triadic Colors of #18ddad

#18ddad #ad18dd #ddad18

Analogous Colors of #18ddad

#18ddad #18abdd #18dd4b

Monochromatic Colors of #18ddad

#18ddad

Complementary Color

#18ddad #dd1848

#18ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#18ddad Color CSS Codes

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

#18ddad Text Font Color

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

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


#18ddad Background Color

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

This div background color is #18ddad


#18ddad Border Color

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

This div border color is #18ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18ddad


Comments

No comments written yet.

Please login to write comment.