Color Hex Logo

#15535c Color Hex

#15535C
(21,83,92)
0 Favorites   0 Comments

Color spaces of #15535c

RGB 218392
HSL0.520.630.22
HSV188°77°36°
CMYK 0.770.100.00   0.64
XYZ5.33437.118611.2181
Yxy7.11860.22540.3007
Hunter Lab26.6807-11.0035-6.2524
CIE-Lab32.0754-15.7887-10.8711

#15535c color RGB value is (21,83,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010011 01011100
Octal 25 123 134
Decimal 21 83 92
Hex 15 53 5C

RGB Percentages of Color #15535c

%10.71
%42.35
%46.94

CMYK Percentages of Color #15535c

%77
%10
%0
%64

Triadic Colors of #15535c

#15535c #5c1553 #535c15

Analogous Colors of #15535c

#15535c #152f5c #155c42

Monochromatic Colors of #15535c

#15535c

Complementary Color

#15535c #5c1e15

#15535c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15535c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15535c Color CSS Codes

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

#15535c Text Font Color

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

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


#15535c Background Color

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

This div background color is #15535c


#15535c Border Color

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

This div border color is #15535c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15535c


Comments

No comments written yet.

Please login to write comment.