Color Hex Logo

#15afbc Color Hex

#15AFBC
(21,175,188)
0 Favorites   0 Comments

Color spaces of #15afbc

RGB 21175188
HSL0.510.800.41
HSV185°89°74°
CMYK 0.890.070.00   0.26
XYZ24.716334.450252.9238
Yxy34.45020.22050.3073
Hunter Lab58.6943-27.5483-12.3749
CIE-Lab65.3184-31.3674-17.0470

#15afbc color RGB value is (21,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10101111 10111100
Octal 25 257 274
Decimal 21 175 188
Hex 15 AF BC

RGB Percentages of Color #15afbc

%5.47
%45.57
%48.96

CMYK Percentages of Color #15afbc

%89
%7
%0
%26

Triadic Colors of #15afbc

#15afbc #bc15af #afbc15

Analogous Colors of #15afbc

#15afbc #155cbc #15bc76

Monochromatic Colors of #15afbc

#15afbc

Complementary Color

#15afbc #bc2215

#15afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15afbc Color CSS Codes

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

#15afbc Text Font Color

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

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


#15afbc Background Color

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

This div background color is #15afbc


#15afbc Border Color

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

This div border color is #15afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15afbc


Comments

No comments written yet.

Please login to write comment.