Color Hex Logo

#155842 Color Hex

#155842
(21,88,66)
0 Favorites   0 Comments

Color spaces of #155842

RGB 218866
HSL0.450.610.21
HSV160°76°35°
CMYK 0.760.000.25   0.65
XYZ4.78247.53226.3561
Yxy7.53220.25610.4034
Hunter Lab27.4449-16.92405.4801
CIE-Lab32.9890-26.57056.8796

#155842 color RGB value is (21,88,66).

#155842 hex color red value is 21, green value is 88 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #155842 hue: 0.45 , saturation: 0.61 and the lightness value of 155842 is 0.21.

The process color (four color CMYK) of #155842 color hex is 0.76, 0.00, 0.25, 0.65. Web safe color of #155842 is #006633. Color #155842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011000 01000010
Octal 25 130 102
Decimal 21 88 66
Hex 15 58 42

RGB Percentages of Color #155842

%12.00
%50.29
%37.71

CMYK Percentages of Color #155842

%76
%0
%25
%65

Triadic Colors of #155842

#155842 #421558 #584215

Analogous Colors of #155842

#155842 #154d58 #155821

Monochromatic Colors of #155842

#155842

Complementary Color

#155842 #58152b

#155842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155842 Color CSS Codes

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

#155842 Text Font Color

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

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


#155842 Background Color

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

This div background color is #155842


#155842 Border Color

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

This div border color is #155842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155842


Comments

No comments written yet.

Please login to write comment.