Color Hex Logo

#15afad Color Hex

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

Color spaces of #15afad

RGB 21175173
HSL0.500.790.38
HSV179°88°69°
CMYK 0.880.000.01   0.31
XYZ23.182133.836544.8444
Yxy33.83650.22760.3322
Hunter Lab58.1691-30.6586-4.9901
CIE-Lab64.8326-36.0184-9.4368

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

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

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

Base Numbers

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

RGB Percentages of Color #15afad

%5.69
%47.43
%46.88

CMYK Percentages of Color #15afad

%88
%0
%1
%31

Triadic Colors of #15afad

#15afad #ad15af #afad15

Analogous Colors of #15afad

#15afad #1564af #15af60

Monochromatic Colors of #15afad

#15afad

Complementary Color

#15afad #af1517

#15afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15afad Color CSS Codes

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

#15afad Text Font Color

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

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


#15afad Background Color

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

This div background color is #15afad


#15afad Border Color

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

This div border color is #15afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15afad


Comments

No comments written yet.

Please login to write comment.