Color Hex Logo

#15adaf Color Hex

#15ADAF
(21,173,175)
0 Favorites   0 Comments

Color spaces of #15adaf

RGB 21173175
HSL0.500.790.38
HSV181°88°69°
CMYK 0.880.010.00   0.31
XYZ22.990733.141745.7427
Yxy33.14170.22570.3253
Hunter Lab57.5688-29.4597-6.8121
CIE-Lab64.2755-34.4792-11.3844

#15adaf color RGB value is (21,173,175).

#15adaf hex color red value is 21, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #15adaf hue: 0.50 , saturation: 0.79 and the lightness value of 15adaf is 0.38.

The process color (four color CMYK) of #15adaf color hex is 0.88, 0.01, 0.00, 0.31. Web safe color of #15adaf is #009999. Color #15adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101101 10101111
Octal 25 255 257
Decimal 21 173 175
Hex 15 AD AF

RGB Percentages of Color #15adaf

%5.69
%46.88
%47.43

CMYK Percentages of Color #15adaf

%88
%1
%0
%31

Triadic Colors of #15adaf

#15adaf #af15ad #adaf15

Analogous Colors of #15adaf

#15adaf #1560af #15af64

Monochromatic Colors of #15adaf

#15adaf

Complementary Color

#15adaf #af1715

#15adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15adaf Color CSS Codes

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

#15adaf Text Font Color

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

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


#15adaf Background Color

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

This div background color is #15adaf


#15adaf Border Color

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

This div border color is #15adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15adaf


Comments

No comments written yet.

Please login to write comment.