Color Hex Logo

#15555f Color Hex

#15555F
(21,85,95)
0 Favorites   0 Comments

Color spaces of #15555f

RGB 218595
HSL0.520.640.23
HSV188°78°37°
CMYK 0.780.110.00   0.63
XYZ5.62337.482711.9744
Yxy7.48270.22420.2983
Hunter Lab27.3545-11.1760-6.8059
CIE-Lab32.8815-15.8666-11.5427

#15555f color RGB value is (21,85,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010101 01011111
Octal 25 125 137
Decimal 21 85 95
Hex 15 55 5F

RGB Percentages of Color #15555f

%10.45
%42.29
%47.26

CMYK Percentages of Color #15555f

%78
%11
%0
%63

Triadic Colors of #15555f

#15555f #5f1555 #555f15

Analogous Colors of #15555f

#15555f #15305f #155f44

Monochromatic Colors of #15555f

#15555f

Complementary Color

#15555f #5f1f15

#15555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15555f Color CSS Codes

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

#15555f Text Font Color

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

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


#15555f Background Color

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

This div background color is #15555f


#15555f Border Color

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

This div border color is #15555f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,85,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 #15555f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15555f


Comments

No comments written yet.

Please login to write comment.