Color Hex Logo

#15dbad Color Hex

#15DBAD
(21,219,173)
0 Favorites   0 Comments

Color spaces of #15dbad

RGB 21219173
HSL0.460.830.47
HSV166°90°86°
CMYK 0.900.000.21   0.14
XYZ33.183653.839648.1783
Yxy53.83960.24540.3982
Hunter Lab73.3755-47.681612.4330
CIE-Lab78.3681-54.686910.3005

#15dbad color RGB value is (21,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011011 10101101
Octal 25 333 255
Decimal 21 219 173
Hex 15 DB AD

RGB Percentages of Color #15dbad

%5.08
%53.03
%41.89

CMYK Percentages of Color #15dbad

%90
%0
%21
%14

Triadic Colors of #15dbad

#15dbad #ad15db #dbad15

Analogous Colors of #15dbad

#15dbad #15a6db #15db4a

Monochromatic Colors of #15dbad

#15dbad

Complementary Color

#15dbad #db1543

#15dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dbad Color CSS Codes

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

#15dbad Text Font Color

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

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


#15dbad Background Color

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

This div background color is #15dbad


#15dbad Border Color

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

This div border color is #15dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dbad


Comments

No comments written yet.

Please login to write comment.