Color Hex Logo

#15867c Color Hex

#15867C
(21,134,124)
0 Favorites   0 Comments

Color spaces of #15867c

RGB 21134124
HSL0.490.730.30
HSV175°84°53°
CMYK 0.840.000.07   0.47
XYZ12.472418.664922.0141
Yxy18.66490.23470.3512
Hunter Lab43.2029-24.07330.0307
CIE-Lab50.2928-31.6630-3.0864

#15867c color RGB value is (21,134,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000110 01111100
Octal 25 206 174
Decimal 21 134 124
Hex 15 86 7C

RGB Percentages of Color #15867c

%7.53
%48.03
%44.44

CMYK Percentages of Color #15867c

%84
%0
%7
%47

Triadic Colors of #15867c

#15867c #7c1586 #867c15

Analogous Colors of #15867c

#15867c #155786 #158644

Monochromatic Colors of #15867c

#15867c

Complementary Color

#15867c #86151f

#15867c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15867c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15867c Color CSS Codes

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

#15867c Text Font Color

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

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


#15867c Background Color

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

This div background color is #15867c


#15867c Border Color

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

This div border color is #15867c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15867c


Comments

No comments written yet.

Please login to write comment.