Color Hex Logo

#15807b Color Hex

#15807B
(21,128,123)
0 Favorites   0 Comments

Color spaces of #15807b

RGB 21128123
HSL0.490.720.29
HSV177°84°50°
CMYK 0.840.000.04   0.50
XYZ11.603617.027821.4140
Yxy17.02780.23190.3402
Hunter Lab41.2648-22.0193-1.8827
CIE-Lab48.2950-29.0940-5.4544

#15807b color RGB value is (21,128,123).

#15807b hex color red value is 21, green value is 128 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #15807b hue: 0.49 , saturation: 0.72 and the lightness value of 15807b is 0.29.

The process color (four color CMYK) of #15807b color hex is 0.84, 0.00, 0.04, 0.50. Web safe color of #15807b is #009966. Color #15807b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000000 01111011
Octal 25 200 173
Decimal 21 128 123
Hex 15 80 7B

RGB Percentages of Color #15807b

%7.72
%47.06
%45.22

CMYK Percentages of Color #15807b

%84
%0
%4
%50

Triadic Colors of #15807b

#15807b #7b1580 #807b15

Analogous Colors of #15807b

#15807b #154f80 #158046

Monochromatic Colors of #15807b

#15807b

Complementary Color

#15807b #80151a

#15807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15807b Color CSS Codes

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

#15807b Text Font Color

<p style="color:#15807b">Text here</p>

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


#15807b Background Color

<div style="background-color:#15807b">
Div content here</div>

This div background color is #15807b


#15807b Border Color

<div style="border:3px solid #15807b">
Div here</div>

This div border color is #15807b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,128,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15807b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15807b;
  -webkit-box-shadow: 1px 1px 3px 2px #15807b;
  box-shadow:         1px 1px 3px 2px #15807b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15807b


Comments

No comments written yet.

Please login to write comment.