Color Hex Logo

#15abaf Color Hex

#15ABAF
(21,171,175)
0 Favorites   0 Comments

Color spaces of #15abaf

RGB 21171175
HSL0.500.790.38
HSV182°88°69°
CMYK 0.880.020.00   0.31
XYZ22.610032.380445.6158
Yxy32.38040.22470.3219
Hunter Lab56.9038-28.6569-7.6960
CIE-Lab63.6560-33.5384-12.3137

#15abaf color RGB value is (21,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101011 10101111
Octal 25 253 257
Decimal 21 171 175
Hex 15 AB AF

RGB Percentages of Color #15abaf

%5.72
%46.59
%47.68

CMYK Percentages of Color #15abaf

%88
%2
%0
%31

Triadic Colors of #15abaf

#15abaf #af15ab #abaf15

Analogous Colors of #15abaf

#15abaf #155eaf #15af66

Monochromatic Colors of #15abaf

#15abaf

Complementary Color

#15abaf #af1915

#15abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#15abaf Color CSS Codes

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

#15abaf Text Font Color

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

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


#15abaf Background Color

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

This div background color is #15abaf


#15abaf Border Color

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

This div border color is #15abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15abaf


Comments

No comments written yet.

Please login to write comment.