Color Hex Logo

#155501 Color Hex

#155501
(21,85,1)
0 Favorites   0 Comments

Color spaces of #155501

RGB 21851
HSL0.290.980.17
HSV106°99°33°
CMYK 0.750.000.99   0.67
XYZ3.56326.65861.1262
Yxy6.65860.31400.5868
Hunter Lab25.8043-20.509215.4753
CIE-Lab31.0167-35.316737.4872

#155501 color RGB value is (21,85,1).

#155501 hex color red value is 21, green value is 85 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #155501 hue: 0.29 , saturation: 0.98 and the lightness value of 155501 is 0.17.

The process color (four color CMYK) of #155501 color hex is 0.75, 0.00, 0.99, 0.67. Web safe color of #155501 is #006600. Color #155501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010101 00000001
Octal 25 125 1
Decimal 21 85 1
Hex 15 55 1

RGB Percentages of Color #155501

%19.63
%79.44
%0.93

CMYK Percentages of Color #155501

%75
%0
%99
%67

Triadic Colors of #155501

#155501 #011555 #550115

Analogous Colors of #155501

#155501 #015517 #3f5501

Monochromatic Colors of #155501

#155501

Complementary Color

#155501 #410155

#155501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155501 Color CSS Codes

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

#155501 Text Font Color

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

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


#155501 Background Color

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

This div background color is #155501


#155501 Border Color

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

This div border color is #155501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155501


Comments

No comments written yet.

Please login to write comment.