Color Hex Logo

#15562a Color Hex

#15562A
(21,86,42)
0 Favorites   0 Comments

Color spaces of #15562a

RGB 218642
HSL0.390.610.21
HSV139°76°34°
CMYK 0.760.000.51   0.66
XYZ4.05506.98223.3245
Yxy6.98220.28230.4862
Hunter Lab26.4239-18.849211.0372
CIE-Lab31.7664-31.178219.8454

#15562a color RGB value is (21,86,42).

#15562a hex color red value is 21, green value is 86 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #15562a hue: 0.39 , saturation: 0.61 and the lightness value of 15562a is 0.21.

The process color (four color CMYK) of #15562a color hex is 0.76, 0.00, 0.51, 0.66. Web safe color of #15562a is #006633. Color #15562a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010110 00101010
Octal 25 126 52
Decimal 21 86 42
Hex 15 56 2A

RGB Percentages of Color #15562a

%14.09
%57.72
%28.19

CMYK Percentages of Color #15562a

%76
%0
%51
%66

Triadic Colors of #15562a

#15562a #2a1556 #562a15

Analogous Colors of #15562a

#15562a #15564b #215615

Monochromatic Colors of #15562a

#15562a

Complementary Color

#15562a #561541

#15562a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15562a Color Preview on White Background

Lorem ipsum dolor sit amet.

#15562a Color CSS Codes

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

#15562a Text Font Color

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

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


#15562a Background Color

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

This div background color is #15562a


#15562a Border Color

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

This div border color is #15562a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15562a


Comments

No comments written yet.

Please login to write comment.