Color Hex Logo

#15536c Color Hex

#15536C
(21,83,108)
0 Favorites   0 Comments

Color spaces of #15536c

RGB 2183108
HSL0.550.670.25
HSV197°81°42°
CMYK 0.810.230.00   0.58
XYZ6.10937.428715.2992
Yxy7.42870.21190.2576
Hunter Lab27.2556-7.6869-14.2019
CIE-Lab32.7636-9.9001-19.9008

#15536c color RGB value is (21,83,108).

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

The process color (four color CMYK) of #15536c color hex is 0.81, 0.23, 0.00, 0.58. Web safe color of #15536c is #006666. Color #15536c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010011 01101100
Octal 25 123 154
Decimal 21 83 108
Hex 15 53 6C

RGB Percentages of Color #15536c

%9.91
%39.15
%50.94

CMYK Percentages of Color #15536c

%81
%23
%0
%58

Triadic Colors of #15536c

#15536c #6c1553 #536c15

Analogous Colors of #15536c

#15536c #15276c #156c5a

Monochromatic Colors of #15536c

#15536c

Complementary Color

#15536c #6c2e15

#15536c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15536c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15536c Color CSS Codes

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

#15536c Text Font Color

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

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


#15536c Background Color

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

This div background color is #15536c


#15536c Border Color

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

This div border color is #15536c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15536c


Comments

No comments written yet.

Please login to write comment.