Color Hex Logo

#15bfbc Color Hex

#15BFBC
(21,191,188)
0 Favorites   0 Comments

Color spaces of #15bfbc

RGB 21191188
HSL0.500.800.42
HSV179°89°75°
CMYK 0.890.000.02   0.25
XYZ28.017241.051954.0241
Yxy41.05190.22760.3335
Hunter Lab64.0718-34.0714-5.1420
CIE-Lab70.2123-38.8438-9.6915

#15bfbc color RGB value is (21,191,188).

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

The process color (four color CMYK) of #15bfbc color hex is 0.89, 0.00, 0.02, 0.25. Web safe color of #15bfbc is #00cccc. Color #15bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111111 10111100
Octal 25 277 274
Decimal 21 191 188
Hex 15 BF BC

RGB Percentages of Color #15bfbc

%5.25
%47.75
%47.00

CMYK Percentages of Color #15bfbc

%89
%0
%2
%25

Triadic Colors of #15bfbc

#15bfbc #bc15bf #bfbc15

Analogous Colors of #15bfbc

#15bfbc #156dbf #15bf67

Monochromatic Colors of #15bfbc

#15bfbc

Complementary Color

#15bfbc #bf1518

#15bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bfbc Color CSS Codes

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

#15bfbc Text Font Color

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

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


#15bfbc Background Color

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

This div background color is #15bfbc


#15bfbc Border Color

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

This div border color is #15bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bfbc


Comments

No comments written yet.

Please login to write comment.