Color Hex Logo

#15bcad Color Hex

#15BCAD
(21,188,173)
0 Favorites   0 Comments

Color spaces of #15bcad

RGB 21188173
HSL0.490.800.41
HSV175°89°74°
CMYK 0.890.000.08   0.26
XYZ25.835339.143045.7289
Yxy39.14300.23340.3536
Hunter Lab62.5644-35.77790.4594
CIE-Lab68.8547-41.8650-3.4741

#15bcad color RGB value is (21,188,173).

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

The process color (four color CMYK) of #15bcad color hex is 0.89, 0.00, 0.08, 0.26. Web safe color of #15bcad is #00cc99. Color #15bcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111100 10101101
Octal 25 274 255
Decimal 21 188 173
Hex 15 BC AD

RGB Percentages of Color #15bcad

%5.50
%49.21
%45.29

CMYK Percentages of Color #15bcad

%89
%0
%8
%26

Triadic Colors of #15bcad

#15bcad #ad15bc #bcad15

Analogous Colors of #15bcad

#15bcad #1578bc #15bc5a

Monochromatic Colors of #15bcad

#15bcad

Complementary Color

#15bcad #bc1524

#15bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bcad Color CSS Codes

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

#15bcad Text Font Color

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

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


#15bcad Background Color

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

This div background color is #15bcad


#15bcad Border Color

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

This div border color is #15bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bcad


Comments

No comments written yet.

Please login to write comment.