Color Hex Logo

#15886b Color Hex

#15886B
(21,136,107)
0 Favorites   0 Comments

Color spaces of #15886b

RGB 21136107
HSL0.460.730.31
HSV165°85°53°
CMYK 0.850.000.21   0.47
XYZ11.767318.829316.9241
Yxy18.82930.24760.3962
Hunter Lab43.3927-27.53147.2505
CIE-Lab50.4869-37.38067.0987

#15886b color RGB value is (21,136,107).

#15886b hex color red value is 21, green value is 136 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #15886b hue: 0.46 , saturation: 0.73 and the lightness value of 15886b is 0.31.

The process color (four color CMYK) of #15886b color hex is 0.85, 0.00, 0.21, 0.47. Web safe color of #15886b is #009966. Color #15886b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001000 01101011
Octal 25 210 153
Decimal 21 136 107
Hex 15 88 6B

RGB Percentages of Color #15886b

%7.95
%51.52
%40.53

CMYK Percentages of Color #15886b

%85
%0
%21
%47

Triadic Colors of #15886b

#15886b #6b1588 #886b15

Analogous Colors of #15886b

#15886b #156c88 #158832

Monochromatic Colors of #15886b

#15886b

Complementary Color

#15886b #881532

#15886b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15886b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15886b Color CSS Codes

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

#15886b Text Font Color

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

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


#15886b Background Color

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

This div background color is #15886b


#15886b Border Color

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

This div border color is #15886b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15886b


Comments

No comments written yet.

Please login to write comment.