Color Hex Logo

#15535e Color Hex

#15535E
(21,83,94)
0 Favorites   0 Comments

Color spaces of #15535e

RGB 218394
HSL0.530.630.23
HSV189°78°37°
CMYK 0.780.120.00   0.63
XYZ5.42297.154111.6847
Yxy7.15410.22350.2949
Hunter Lab26.7471-10.6172-7.1783
CIE-Lab32.1552-15.0786-12.0159

#15535e color RGB value is (21,83,94).

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

The process color (four color CMYK) of #15535e color hex is 0.78, 0.12, 0.00, 0.63. Web safe color of #15535e is #006666. Color #15535e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010011 01011110
Octal 25 123 136
Decimal 21 83 94
Hex 15 53 5E

RGB Percentages of Color #15535e

%10.61
%41.92
%47.47

CMYK Percentages of Color #15535e

%78
%12
%0
%63

Triadic Colors of #15535e

#15535e #5e1553 #535e15

Analogous Colors of #15535e

#15535e #152f5e #155e45

Monochromatic Colors of #15535e

#15535e

Complementary Color

#15535e #5e2015

#15535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15535e Color CSS Codes

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

#15535e Text Font Color

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

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


#15535e Background Color

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

This div background color is #15535e


#15535e Border Color

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

This div border color is #15535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15535e


Comments

No comments written yet.

Please login to write comment.