Color Hex Logo

#15844c Color Hex

#15844C
(21,132,76)
0 Favorites   0 Comments

Color spaces of #15844c

RGB 2113276
HSL0.420.730.30
HSV150°84°52°
CMYK 0.840.000.42   0.48
XYZ9.865017.18389.6343
Yxy17.18380.26890.4684
Hunter Lab41.4533-30.064215.2376
CIE-Lab48.4908-43.001922.0693

#15844c color RGB value is (21,132,76).

#15844c hex color red value is 21, green value is 132 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #15844c hue: 0.42 , saturation: 0.73 and the lightness value of 15844c is 0.30.

The process color (four color CMYK) of #15844c color hex is 0.84, 0.00, 0.42, 0.48. Web safe color of #15844c is #009933. Color #15844c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000100 01001100
Octal 25 204 114
Decimal 21 132 76
Hex 15 84 4C

RGB Percentages of Color #15844c

%9.17
%57.64
%33.19

CMYK Percentages of Color #15844c

%84
%0
%42
%48

Triadic Colors of #15844c

#15844c #4c1584 #844c15

Analogous Colors of #15844c

#15844c #158484 #168415

Monochromatic Colors of #15844c

#15844c

Complementary Color

#15844c #84154d

#15844c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15844c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15844c Color CSS Codes

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

#15844c Text Font Color

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

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


#15844c Background Color

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

This div background color is #15844c


#15844c Border Color

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

This div border color is #15844c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15844c


Comments

No comments written yet.

Please login to write comment.