Color Hex Logo

#15585f Color Hex

#15585F
(21,88,95)
0 Favorites   0 Comments

Color spaces of #15585f

RGB 218895
HSL0.520.640.23
HSV186°78°37°
CMYK 0.780.070.00   0.63
XYZ5.86457.965112.0548
Yxy7.96510.22660.3077
Hunter Lab28.2225-12.2980-5.5690
CIE-Lab33.9101-17.5537-9.9832

#15585f color RGB value is (21,88,95).

#15585f hex color red value is 21, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #15585f hue: 0.52 , saturation: 0.64 and the lightness value of 15585f is 0.23.

The process color (four color CMYK) of #15585f color hex is 0.78, 0.07, 0.00, 0.63. Web safe color of #15585f is #006666. Color #15585f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011000 01011111
Octal 25 130 137
Decimal 21 88 95
Hex 15 58 5F

RGB Percentages of Color #15585f

%10.29
%43.14
%46.57

CMYK Percentages of Color #15585f

%78
%7
%0
%63

Triadic Colors of #15585f

#15585f #5f1558 #585f15

Analogous Colors of #15585f

#15585f #15335f #155f41

Monochromatic Colors of #15585f

#15585f

Complementary Color

#15585f #5f1c15

#15585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15585f Color CSS Codes

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

#15585f Text Font Color

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

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


#15585f Background Color

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

This div background color is #15585f


#15585f Border Color

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

This div border color is #15585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15585f


Comments

No comments written yet.

Please login to write comment.