Color Hex Logo

#15353b Color Hex

#15353B
(21,53,59)
0 Favorites   0 Comments

Color spaces of #15353b

RGB 215359
HSL0.530.480.16
HSV189°64°23°
CMYK 0.640.100.00   0.77
XYZ2.37183.02144.5959
Yxy3.02140.23740.3025
Hunter Lab17.3822-6.0625-3.5089
CIE-Lab20.1294-9.6191-7.3439

#15353b color RGB value is (21,53,59).

#15353b hex color red value is 21, green value is 53 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #15353b hue: 0.53 , saturation: 0.48 and the lightness value of 15353b is 0.16.

The process color (four color CMYK) of #15353b color hex is 0.64, 0.10, 0.00, 0.77. Web safe color of #15353b is #003333. Color #15353b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110101 00111011
Octal 25 65 73
Decimal 21 53 59
Hex 15 35 3B

RGB Percentages of Color #15353b

%15.79
%39.85
%44.36

CMYK Percentages of Color #15353b

%64
%10
%0
%77

Triadic Colors of #15353b

#15353b #3b1535 #353b15

Analogous Colors of #15353b

#15353b #15223b #153b2e

Monochromatic Colors of #15353b

#15353b

Complementary Color

#15353b #3b1b15

#15353b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15353b Color Preview on White Background

Lorem ipsum dolor sit amet.

#15353b Color CSS Codes

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

#15353b Text Font Color

<p style="color:#15353b">Text here</p>

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


#15353b Background Color

<div style="background-color:#15353b">
Div content here</div>

This div background color is #15353b


#15353b Border Color

<div style="border:3px solid #15353b">
Div here</div>

This div border color is #15353b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,53,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15353b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15353b;
  -webkit-box-shadow: 1px 1px 3px 2px #15353b;
  box-shadow:         1px 1px 3px 2px #15353b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15353b


Comments

No comments written yet.

Please login to write comment.