Color Hex Logo

#15252d Color Hex

#15252D
(21,37,45)
0 Favorites   0 Comments

Color spaces of #15252d

RGB 213745
HSL0.560.360.13
HSV200°53°18°
CMYK 0.530.180.00   0.82
XYZ1.44451.67202.7292
Yxy1.67200.24710.2860
Hunter Lab12.9306-2.6879-3.4627
CIE-Lab13.6622-4.0042-7.3896

#15252d color RGB value is (21,37,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100101 00101101
Octal 25 45 55
Decimal 21 37 45
Hex 15 25 2D

RGB Percentages of Color #15252d

%20.39
%35.92
%43.69

CMYK Percentages of Color #15252d

%53
%18
%0
%82

Triadic Colors of #15252d

#15252d #2d1525 #252d15

Analogous Colors of #15252d

#15252d #15192d #152d29

Monochromatic Colors of #15252d

#15252d

Complementary Color

#15252d #2d1d15

#15252d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15252d Color Preview on White Background

Lorem ipsum dolor sit amet.

#15252d Color CSS Codes

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

#15252d Text Font Color

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

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


#15252d Background Color

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

This div background color is #15252d


#15252d Border Color

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

This div border color is #15252d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15252d


Comments

No comments written yet.

Please login to write comment.