Color Hex Logo

#15954c Color Hex

#15954C
(21,149,76)
0 Favorites   0 Comments

Color spaces of #15954c

RGB 2114976
HSL0.400.750.33
HSV146°86°58°
CMYK 0.860.000.49   0.42
XYZ12.361222.176110.4664
Yxy22.17610.27470.4928
Hunter Lab47.0915-35.555119.7865
CIE-Lab54.2134-49.319129.4406

#15954c color RGB value is (21,149,76).

#15954c hex color red value is 21, green value is 149 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #15954c hue: 0.40 , saturation: 0.75 and the lightness value of 15954c is 0.33.

The process color (four color CMYK) of #15954c color hex is 0.86, 0.00, 0.49, 0.42. Web safe color of #15954c is #009933. Color #15954c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10010101 01001100
Octal 25 225 114
Decimal 21 149 76
Hex 15 95 4C

RGB Percentages of Color #15954c

%8.54
%60.57
%30.89

CMYK Percentages of Color #15954c

%86
%0
%49
%42

Triadic Colors of #15954c

#15954c #4c1595 #954c15

Analogous Colors of #15954c

#15954c #15958c #1e9515

Monochromatic Colors of #15954c

#15954c

Complementary Color

#15954c #95155e

#15954c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15954c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15954c Color CSS Codes

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

#15954c Text Font Color

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

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


#15954c Background Color

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

This div background color is #15954c


#15954c Border Color

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

This div border color is #15954c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15954c


Comments

No comments written yet.

Please login to write comment.