Color Hex Logo

#15855c Color Hex

#15855C
(21,133,92)
0 Favorites   0 Comments

Color spaces of #15855c

RGB 2113392
HSL0.440.730.30
HSV158°84°52°
CMYK 0.840.000.31   0.48
XYZ10.628617.707212.9829
Yxy17.70720.25720.4286
Hunter Lab42.0799-28.554111.1632
CIE-Lab49.1390-39.883313.8697

#15855c color RGB value is (21,133,92).

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

The process color (four color CMYK) of #15855c color hex is 0.84, 0.00, 0.31, 0.48. Web safe color of #15855c is #009966. Color #15855c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000101 01011100
Octal 25 205 134
Decimal 21 133 92
Hex 15 85 5C

RGB Percentages of Color #15855c

%8.54
%54.07
%37.40

CMYK Percentages of Color #15855c

%84
%0
%31
%48

Triadic Colors of #15855c

#15855c #5c1585 #855c15

Analogous Colors of #15855c

#15855c #157685 #158524

Monochromatic Colors of #15855c

#15855c

Complementary Color

#15855c #85153e

#15855c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15855c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15855c Color CSS Codes

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

#15855c Text Font Color

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

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


#15855c Background Color

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

This div background color is #15855c


#15855c Border Color

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

This div border color is #15855c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15855c


Comments

No comments written yet.

Please login to write comment.