Color Hex Logo

#15867f Color Hex

#15867F
(21,134,127)
0 Favorites   0 Comments

Color spaces of #15867f

RGB 21134127
HSL0.490.730.30
HSV176°84°53°
CMYK 0.840.000.05   0.47
XYZ12.665118.741923.0287
Yxy18.74190.23270.3443
Hunter Lab43.2919-23.5405-1.2344
CIE-Lab50.3839-30.7535-4.7058

#15867f color RGB value is (21,134,127).

#15867f hex color red value is 21, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #15867f hue: 0.49 , saturation: 0.73 and the lightness value of 15867f is 0.30.

The process color (four color CMYK) of #15867f color hex is 0.84, 0.00, 0.05, 0.47. Web safe color of #15867f is #009966. Color #15867f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000110 01111111
Octal 25 206 177
Decimal 21 134 127
Hex 15 86 7F

RGB Percentages of Color #15867f

%7.45
%47.52
%45.04

CMYK Percentages of Color #15867f

%84
%0
%5
%47

Triadic Colors of #15867f

#15867f #7f1586 #867f15

Analogous Colors of #15867f

#15867f #155486 #158647

Monochromatic Colors of #15867f

#15867f

Complementary Color

#15867f #86151c

#15867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15867f Color CSS Codes

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

#15867f Text Font Color

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

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


#15867f Background Color

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

This div background color is #15867f


#15867f Border Color

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

This div border color is #15867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15867f


Comments

No comments written yet.

Please login to write comment.