Color Hex Logo

#15dfaf Color Hex

#15DFAF
(21,223,175)
0 Favorites   0 Comments

Color spaces of #15dfaf

RGB 21223175
HSL0.460.830.48
HSV166°91°87°
CMYK 0.910.000.22   0.13
XYZ34.434856.029949.5574
Yxy56.02990.24590.4002
Hunter Lab74.8531-48.877313.1435
CIE-Lab79.6308-55.759211.0371

#15dfaf color RGB value is (21,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 11011111 10101111
Octal 25 337 257
Decimal 21 223 175
Hex 15 DF AF

RGB Percentages of Color #15dfaf

%5.01
%53.22
%41.77

CMYK Percentages of Color #15dfaf

%91
%0
%22
%13

Triadic Colors of #15dfaf

#15dfaf #af15df #dfaf15

Analogous Colors of #15dfaf

#15dfaf #15aadf #15df4a

Monochromatic Colors of #15dfaf

#15dfaf

Complementary Color

#15dfaf #df1545

#15dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15dfaf Color CSS Codes

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

#15dfaf Text Font Color

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

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


#15dfaf Background Color

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

This div background color is #15dfaf


#15dfaf Border Color

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

This div border color is #15dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15dfaf


Comments

No comments written yet.

Please login to write comment.