Color Hex Logo

#15afbb Color Hex

#15AFBB
(21,175,187)
0 Favorites   0 Comments

Color spaces of #15afbb

RGB 21175187
HSL0.510.800.41
HSV184°89°73°
CMYK 0.890.060.00   0.27
XYZ24.608934.407252.3579
Yxy34.40720.22100.3089
Hunter Lab58.6577-27.7640-11.8620
CIE-Lab65.2845-31.6844-16.5429

#15afbb color RGB value is (21,175,187).

#15afbb hex color red value is 21, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #15afbb hue: 0.51 , saturation: 0.80 and the lightness value of 15afbb is 0.41.

The process color (four color CMYK) of #15afbb color hex is 0.89, 0.06, 0.00, 0.27. Web safe color of #15afbb is #0099cc. Color #15afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101111 10111011
Octal 25 257 273
Decimal 21 175 187
Hex 15 AF BB

RGB Percentages of Color #15afbb

%5.48
%45.69
%48.83

CMYK Percentages of Color #15afbb

%89
%6
%0
%27

Triadic Colors of #15afbb

#15afbb #bb15af #afbb15

Analogous Colors of #15afbb

#15afbb #155cbb #15bb74

Monochromatic Colors of #15afbb

#15afbb

Complementary Color

#15afbb #bb2115

#15afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#15afbb Color CSS Codes

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

#15afbb Text Font Color

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

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


#15afbb Background Color

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

This div background color is #15afbb


#15afbb Border Color

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

This div border color is #15afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15afbb


Comments

No comments written yet.

Please login to write comment.