Color Hex Logo

#15dabf Color Hex

#15DABF
(21,218,191)
0 Favorites   0 Comments

Color spaces of #15dabf

RGB 21218191
HSL0.480.820.47
HSV172°90°85°
CMYK 0.900.000.12   0.15
XYZ34.784654.063857.8922
Yxy54.06380.23700.3684
Hunter Lab73.5281-44.22954.7878
CIE-Lab78.4989-49.67730.9037

#15dabf color RGB value is (21,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011010 10111111
Octal 25 332 277
Decimal 21 218 191
Hex 15 DA BF

RGB Percentages of Color #15dabf

%4.88
%50.70
%44.42

CMYK Percentages of Color #15dabf

%90
%0
%12
%15

Triadic Colors of #15dabf

#15dabf #bf15da #dabf15

Analogous Colors of #15dabf

#15dabf #1593da #15da5d

Monochromatic Colors of #15dabf

#15dabf

Complementary Color

#15dabf #da1530

#15dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dabf Color CSS Codes

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

#15dabf Text Font Color

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

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


#15dabf Background Color

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

This div background color is #15dabf


#15dabf Border Color

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

This div border color is #15dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dabf


Comments

No comments written yet.

Please login to write comment.