Color Hex Logo

#15595c Color Hex

#15595C
(21,89,92)
0 Favorites   0 Comments

Color spaces of #15595c

RGB 218992
HSL0.510.630.22
HSV183°77°36°
CMYK 0.770.030.00   0.64
XYZ5.81348.076911.3778
Yxy8.07690.23010.3196
Hunter Lab28.4199-13.2219-3.8426
CIE-Lab34.1425-19.1311-7.7499

#15595c color RGB value is (21,89,92).

#15595c hex color red value is 21, green value is 89 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #15595c hue: 0.51 , saturation: 0.63 and the lightness value of 15595c is 0.22.

The process color (four color CMYK) of #15595c color hex is 0.77, 0.03, 0.00, 0.64. Web safe color of #15595c is #006666. Color #15595c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011001 01011100
Octal 25 131 134
Decimal 21 89 92
Hex 15 59 5C

RGB Percentages of Color #15595c

%10.40
%44.06
%45.54

CMYK Percentages of Color #15595c

%77
%3
%0
%64

Triadic Colors of #15595c

#15595c #5c1559 #595c15

Analogous Colors of #15595c

#15595c #15365c #155c3c

Monochromatic Colors of #15595c

#15595c

Complementary Color

#15595c #5c1815

#15595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15595c Color CSS Codes

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

#15595c Text Font Color

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

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


#15595c Background Color

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

This div background color is #15595c


#15595c Border Color

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

This div border color is #15595c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15595c


Comments

No comments written yet.

Please login to write comment.