Color Hex Logo

#15955f Color Hex

#15955F
(21,149,95)
0 Favorites   0 Comments

Color spaces of #15955f

RGB 2114995
HSL0.430.750.33
HSV155°86°58°
CMYK 0.860.000.36   0.42
XYZ13.122322.480514.4740
Yxy22.48050.26200.4489
Hunter Lab47.4136-33.571715.0900
CIE-Lab54.5332-45.601619.5370

#15955f color RGB value is (21,149,95).

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

The process color (four color CMYK) of #15955f color hex is 0.86, 0.00, 0.36, 0.42. Web safe color of #15955f is #009966. Color #15955f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10010101 01011111
Octal 25 225 137
Decimal 21 149 95
Hex 15 95 5F

RGB Percentages of Color #15955f

%7.92
%56.23
%35.85

CMYK Percentages of Color #15955f

%86
%0
%36
%42

Triadic Colors of #15955f

#15955f #5f1595 #955f15

Analogous Colors of #15955f

#15955f #158b95 #15951f

Monochromatic Colors of #15955f

#15955f

Complementary Color

#15955f #95154b

#15955f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15955f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15955f Color CSS Codes

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

#15955f Text Font Color

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

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


#15955f Background Color

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

This div background color is #15955f


#15955f Border Color

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

This div border color is #15955f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15955f


Comments

No comments written yet.

Please login to write comment.