Color Hex Logo

#15b201 Color Hex

#15B201
(21,178,1)
0 Favorites   0 Comments

Color spaces of #15b201

RGB 211781
HSL0.310.990.35
HSV113°99°70°
CMYK 0.880.000.99   0.30
XYZ16.235132.00245.3501
Yxy32.00240.30300.5972
Hunter Lab56.5707-47.771333.9922
CIE-Lab63.3449-64.580963.5476

#15b201 color RGB value is (21,178,1).

#15b201 hex color red value is 21, green value is 178 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #15b201 hue: 0.31 , saturation: 0.99 and the lightness value of 15b201 is 0.35.

The process color (four color CMYK) of #15b201 color hex is 0.88, 0.00, 0.99, 0.30. Web safe color of #15b201 is #009900. Color #15b201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10110010 00000001
Octal 25 262 1
Decimal 21 178 1
Hex 15 B2 1

RGB Percentages of Color #15b201

%10.50
%89.00
%0.50

CMYK Percentages of Color #15b201

%88
%0
%99
%30

Triadic Colors of #15b201

#15b201 #0115b2 #b20115

Analogous Colors of #15b201

#15b201 #01b246 #6eb201

Monochromatic Colors of #15b201

#15b201

Complementary Color

#15b201 #9e01b2

#15b201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15b201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#15b201 Color CSS Codes

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

#15b201 Text Font Color

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

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


#15b201 Background Color

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

This div background color is #15b201


#15b201 Border Color

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

This div border color is #15b201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15b201


Comments

No comments written yet.

Please login to write comment.