Color Hex Logo

#15292d Color Hex

#15292D
(21,41,45)
0 Favorites   0 Comments

Color spaces of #15292d

RGB 214145
HSL0.530.360.13
HSV190°53°18°
CMYK 0.530.090.00   0.82
XYZ1.57591.93482.7730
Yxy1.93480.25080.3079
Hunter Lab13.9097-4.1188-2.0831
CIE-Lab15.1413-6.7327-5.1509

#15292d color RGB value is (21,41,45).

#15292d hex color red value is 21, green value is 41 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #15292d hue: 0.53 , saturation: 0.36 and the lightness value of 15292d is 0.13.

The process color (four color CMYK) of #15292d color hex is 0.53, 0.09, 0.00, 0.82. Web safe color of #15292d is #003333. Color #15292d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101001 00101101
Octal 25 51 55
Decimal 21 41 45
Hex 15 29 2D

RGB Percentages of Color #15292d

%19.63
%38.32
%42.06

CMYK Percentages of Color #15292d

%53
%9
%0
%82

Triadic Colors of #15292d

#15292d #2d1529 #292d15

Analogous Colors of #15292d

#15292d #151d2d #152d25

Monochromatic Colors of #15292d

#15292d

Complementary Color

#15292d #2d1915

#15292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15292d Color CSS Codes

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

#15292d Text Font Color

<p style="color:#15292d">Text here</p>

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


#15292d Background Color

<div style="background-color:#15292d">
Div content here</div>

This div background color is #15292d


#15292d Border Color

<div style="border:3px solid #15292d">
Div here</div>

This div border color is #15292d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,41,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15292d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15292d;
  -webkit-box-shadow: 1px 1px 3px 2px #15292d;
  box-shadow:         1px 1px 3px 2px #15292d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15292d


Comments

No comments written yet.

Please login to write comment.