Color Hex Logo

#15bf64 Color Hex

#15BF64
(21,191,100)
0 Favorites   0 Comments

Color spaces of #15bf64

RGB 21191100
HSL0.410.800.42
HSV148°89°75°
CMYK 0.890.000.48   0.25
XYZ21.240338.341118.3377
Yxy38.34110.27260.4921
Hunter Lab61.9202-47.130025.7854
CIE-Lab68.2713-59.818334.8472

#15bf64 color RGB value is (21,191,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10111111 01100100
Octal 25 277 144
Decimal 21 191 100
Hex 15 BF 64

RGB Percentages of Color #15bf64

%6.73
%61.22
%32.05

CMYK Percentages of Color #15bf64

%89
%0
%48
%25

Triadic Colors of #15bf64

#15bf64 #6415bf #bf6415

Analogous Colors of #15bf64

#15bf64 #15bfb9 #1bbf15

Monochromatic Colors of #15bf64

#15bf64

Complementary Color

#15bf64 #bf1570

#15bf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15bf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15bf64 Color CSS Codes

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

#15bf64 Text Font Color

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

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


#15bf64 Background Color

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

This div background color is #15bf64


#15bf64 Border Color

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

This div border color is #15bf64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15bf64


Comments

No comments written yet.

Please login to write comment.