Color Hex Logo

#15895c Color Hex

#15895C
(21,137,92)
0 Favorites   0 Comments

Color spaces of #15895c

RGB 2113792
HSL0.440.730.31
HSV157°85°54°
CMYK 0.850.000.33   0.46
XYZ11.186718.823513.1689
Yxy18.82350.25910.4359
Hunter Lab43.3861-29.901012.3740
CIE-Lab50.4801-41.519015.7139

#15895c color RGB value is (21,137,92).

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

The process color (four color CMYK) of #15895c color hex is 0.85, 0.00, 0.33, 0.46. Web safe color of #15895c is #009966. Color #15895c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001001 01011100
Octal 25 211 134
Decimal 21 137 92
Hex 15 89 5C

RGB Percentages of Color #15895c

%8.40
%54.80
%36.80

CMYK Percentages of Color #15895c

%85
%0
%33
%46

Triadic Colors of #15895c

#15895c #5c1589 #895c15

Analogous Colors of #15895c

#15895c #157c89 #158922

Monochromatic Colors of #15895c

#15895c

Complementary Color

#15895c #891542

#15895c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15895c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15895c Color CSS Codes

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

#15895c Text Font Color

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

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


#15895c Background Color

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

This div background color is #15895c


#15895c Border Color

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

This div border color is #15895c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15895c


Comments

No comments written yet.

Please login to write comment.