Color Hex Logo

#15808d Color Hex

#15808D
(21,128,141)
0 Favorites   0 Comments

Color spaces of #15808d

RGB 21128141
HSL0.520.740.32
HSV187°85°55°
CMYK 0.850.090.00   0.45
XYZ12.836217.520927.9046
Yxy17.52090.22030.3007
Hunter Lab41.8580-18.5125-10.2251
CIE-Lab48.9098-23.2548-15.1251

#15808d color RGB value is (21,128,141).

#15808d hex color red value is 21, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #15808d hue: 0.52 , saturation: 0.74 and the lightness value of 15808d is 0.32.

The process color (four color CMYK) of #15808d color hex is 0.85, 0.09, 0.00, 0.45. Web safe color of #15808d is #009999. Color #15808d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10000000 10001101
Octal 25 200 215
Decimal 21 128 141
Hex 15 80 8D

RGB Percentages of Color #15808d

%7.24
%44.14
%48.62

CMYK Percentages of Color #15808d

%85
%9
%0
%45

Triadic Colors of #15808d

#15808d #8d1580 #808d15

Analogous Colors of #15808d

#15808d #15448d #158d5e

Monochromatic Colors of #15808d

#15808d

Complementary Color

#15808d #8d2215

#15808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15808d Color CSS Codes

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

#15808d Text Font Color

<p style="color:#15808d">Text here</p>

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


#15808d Background Color

<div style="background-color:#15808d">
Div content here</div>

This div background color is #15808d


#15808d Border Color

<div style="border:3px solid #15808d">
Div here</div>

This div border color is #15808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15808d


Comments

No comments written yet.

Please login to write comment.