Color Hex Logo

#15bbad Color Hex

#15BBAD
(21,187,173)
0 Favorites   0 Comments

Color spaces of #15bbad

RGB 21187173
HSL0.490.800.41
HSV175°89°73°
CMYK 0.890.000.07   0.27
XYZ25.622438.717245.6579
Yxy38.71720.23290.3520
Hunter Lab62.2231-35.38730.0506
CIE-Lab68.5459-41.4261-3.9289

#15bbad color RGB value is (21,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111011 10101101
Octal 25 273 255
Decimal 21 187 173
Hex 15 BB AD

RGB Percentages of Color #15bbad

%5.51
%49.08
%45.41

CMYK Percentages of Color #15bbad

%89
%0
%7
%27

Triadic Colors of #15bbad

#15bbad #ad15bb #bbad15

Analogous Colors of #15bbad

#15bbad #1576bb #15bb5a

Monochromatic Colors of #15bbad

#15bbad

Complementary Color

#15bbad #bb1523

#15bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bbad Color CSS Codes

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

#15bbad Text Font Color

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

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


#15bbad Background Color

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

This div background color is #15bbad


#15bbad Border Color

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

This div border color is #15bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bbad


Comments

No comments written yet.

Please login to write comment.