Color Hex Logo

#18dbad Color Hex

#18DBAD
(24,219,173)
0 Favorites   0 Comments

Color spaces of #18dbad

RGB 24219173
HSL0.460.800.48
HSV166°89°86°
CMYK 0.890.000.21   0.14
XYZ33.251053.874448.1814
Yxy53.87440.24570.3982
Hunter Lab73.3992-47.585212.4597
CIE-Lab78.3884-54.536310.3323

#18dbad color RGB value is (24,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11011011 10101101
Octal 30 333 255
Decimal 24 219 173
Hex 18 DB AD

RGB Percentages of Color #18dbad

%5.77
%52.64
%41.59

CMYK Percentages of Color #18dbad

%89
%0
%21
%14

Triadic Colors of #18dbad

#18dbad #ad18db #dbad18

Analogous Colors of #18dbad

#18dbad #18a8db #18db4c

Monochromatic Colors of #18dbad

#18dbad

Complementary Color

#18dbad #db1846

#18dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#18dbad Color CSS Codes

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

#18dbad Text Font Color

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

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


#18dbad Background Color

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

This div background color is #18dbad


#18dbad Border Color

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

This div border color is #18dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18dbad


Comments

No comments written yet.

Please login to write comment.