Color Hex Logo

#15201e Color Hex

#15201E
(21,32,30)
0 Favorites   0 Comments

Color spaces of #15201e

RGB 213230
HSL0.470.210.10
HSV169°34°13°
CMYK 0.340.000.06   0.87
XYZ1.06011.28621.4207
Yxy1.28620.28140.3414
Hunter Lab11.3411-3.16170.5115
CIE-Lab11.1786-5.4356-0.2247

#15201e color RGB value is (21,32,30).

#15201e hex color red value is 21, green value is 32 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #15201e hue: 0.47 , saturation: 0.21 and the lightness value of 15201e is 0.10.

The process color (four color CMYK) of #15201e color hex is 0.34, 0.00, 0.06, 0.87. Web safe color of #15201e is #003333. Color #15201e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100000 00011110
Octal 25 40 36
Decimal 21 32 30
Hex 15 20 1E

RGB Percentages of Color #15201e

%25.30
%38.55
%36.14

CMYK Percentages of Color #15201e

%34
%0
%6
%87

Triadic Colors of #15201e

#15201e #1e1520 #201e15

Analogous Colors of #15201e

#15201e #151d20 #152019

Monochromatic Colors of #15201e

#15201e

Complementary Color

#15201e #201517

#15201e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15201e Color Preview on White Background

Lorem ipsum dolor sit amet.

#15201e Color CSS Codes

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

#15201e Text Font Color

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

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


#15201e Background Color

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

This div background color is #15201e


#15201e Border Color

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

This div border color is #15201e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15201e


Comments

No comments written yet.

Please login to write comment.