Color Hex Logo

#15dabc Color Hex

#15DABC
(21,218,188)
0 Favorites   0 Comments

Color spaces of #15dabc

RGB 21218188
HSL0.470.820.47
HSV171°90°85°
CMYK 0.900.000.14   0.15
XYZ34.457853.933156.1710
Yxy53.93310.23840.3731
Hunter Lab73.4392-44.76606.0586
CIE-Lab78.4227-50.47242.3942

#15dabc color RGB value is (21,218,188).

#15dabc hex color red value is 21, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #15dabc hue: 0.47 , saturation: 0.82 and the lightness value of 15dabc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011010 10111100
Octal 25 332 274
Decimal 21 218 188
Hex 15 DA BC

RGB Percentages of Color #15dabc

%4.92
%51.05
%44.03

CMYK Percentages of Color #15dabc

%90
%0
%14
%15

Triadic Colors of #15dabc

#15dabc #bc15da #dabc15

Analogous Colors of #15dabc

#15dabc #1596da #15da5a

Monochromatic Colors of #15dabc

#15dabc

Complementary Color

#15dabc #da1533

#15dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dabc Color CSS Codes

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

#15dabc Text Font Color

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

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


#15dabc Background Color

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

This div background color is #15dabc


#15dabc Border Color

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

This div border color is #15dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dabc


Comments

No comments written yet.

Please login to write comment.