Color Hex Logo

#15536f Color Hex

#15536F
(21,83,111)
0 Favorites   0 Comments

Color spaces of #15536f

RGB 2183111
HSL0.550.680.26
HSV199°81°44°
CMYK 0.810.250.00   0.56
XYZ6.27187.493616.1548
Yxy7.49360.20960.2505
Hunter Lab27.3744-7.0089-15.8274
CIE-Lab32.9052-8.7502-21.5599

#15536f color RGB value is (21,83,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010011 01101111
Octal 25 123 157
Decimal 21 83 111
Hex 15 53 6F

RGB Percentages of Color #15536f

%9.77
%38.60
%51.63

CMYK Percentages of Color #15536f

%81
%25
%0
%56

Triadic Colors of #15536f

#15536f #6f1553 #536f15

Analogous Colors of #15536f

#15536f #15266f #156f5e

Monochromatic Colors of #15536f

#15536f

Complementary Color

#15536f #6f3115

#15536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#15536f Color CSS Codes

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

#15536f Text Font Color

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

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


#15536f Background Color

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

This div background color is #15536f


#15536f Border Color

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

This div border color is #15536f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15536f


Comments

No comments written yet.

Please login to write comment.