Color Hex Logo

#15556f Color Hex

#15556F
(21,85,111)
0 Favorites   0 Comments

Color spaces of #15556f

RGB 2185111
HSL0.550.680.26
HSV197°81°44°
CMYK 0.810.230.00   0.56
XYZ6.42707.804116.2065
Yxy7.80410.21120.2564
Hunter Lab27.9358-7.8214-14.8410
CIE-Lab33.5715-9.9693-20.5238

#15556f color RGB value is (21,85,111).

#15556f hex color red value is 21, green value is 85 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #15556f hue: 0.55 , saturation: 0.68 and the lightness value of 15556f is 0.26.

The process color (four color CMYK) of #15556f color hex is 0.81, 0.23, 0.00, 0.56. Web safe color of #15556f is #006666. Color #15556f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010101 01101111
Octal 25 125 157
Decimal 21 85 111
Hex 15 55 6F

RGB Percentages of Color #15556f

%9.68
%39.17
%51.15

CMYK Percentages of Color #15556f

%81
%23
%0
%56

Triadic Colors of #15556f

#15556f #6f1555 #556f15

Analogous Colors of #15556f

#15556f #15286f #156f5c

Monochromatic Colors of #15556f

#15556f

Complementary Color

#15556f #6f2f15

#15556f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15556f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15556f Color CSS Codes

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

#15556f Text Font Color

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

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


#15556f Background Color

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

This div background color is #15556f


#15556f Border Color

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

This div border color is #15556f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15556f


Comments

No comments written yet.

Please login to write comment.