Color Hex Logo

#155550 Color Hex

#155550
(21,85,80)
0 Favorites   0 Comments

Color spaces of #155550

RGB 218580
HSL0.490.600.21
HSV175°75°33°
CMYK 0.750.000.06   0.67
XYZ5.00577.23568.7222
Yxy7.23560.23880.3452
Hunter Lab26.8991-13.8560-0.3958
CIE-Lab32.3374-20.9323-2.8752

#155550 color RGB value is (21,85,80).

#155550 hex color red value is 21, green value is 85 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #155550 hue: 0.49 , saturation: 0.60 and the lightness value of 155550 is 0.21.

The process color (four color CMYK) of #155550 color hex is 0.75, 0.00, 0.06, 0.67. Web safe color of #155550 is #006666. Color #155550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010101 01010000
Octal 25 125 120
Decimal 21 85 80
Hex 15 55 50

RGB Percentages of Color #155550

%11.29
%45.70
%43.01

CMYK Percentages of Color #155550

%75
%0
%6
%67

Triadic Colors of #155550

#155550 #501555 #555015

Analogous Colors of #155550

#155550 #153a55 #155530

Monochromatic Colors of #155550

#155550

Complementary Color

#155550 #55151a

#155550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155550 Color CSS Codes

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

#155550 Text Font Color

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

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


#155550 Background Color

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

This div background color is #155550


#155550 Border Color

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

This div border color is #155550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155550


Comments

No comments written yet.

Please login to write comment.