Color Hex Logo

#15250c Color Hex

#15250C
(21,37,12)
0 Favorites   0 Comments

Color spaces of #15250c

RGB 213712
HSL0.270.510.10
HSV98°68°15°
CMYK 0.430.000.68   0.85
XYZ1.03721.50910.5844
Yxy1.50910.33130.4820
Hunter Lab12.2845-6.42705.7786
CIE-Lab12.6658-12.656113.4787

#15250c color RGB value is (21,37,12).

#15250c hex color red value is 21, green value is 37 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #15250c hue: 0.27 , saturation: 0.51 and the lightness value of 15250c is 0.10.

The process color (four color CMYK) of #15250c color hex is 0.43, 0.00, 0.68, 0.85. Web safe color of #15250c is #003300. Color #15250c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00100101 00001100
Octal 25 45 14
Decimal 21 37 12
Hex 15 25 C

RGB Percentages of Color #15250c

%30.00
%52.86
%17.14

CMYK Percentages of Color #15250c

%43
%0
%68
%85

Triadic Colors of #15250c

#15250c #0c1525 #250c15

Analogous Colors of #15250c

#15250c #0c2510 #22250c

Monochromatic Colors of #15250c

#15250c

Complementary Color

#15250c #1c0c25

#15250c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15250c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15250c Color CSS Codes

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

#15250c Text Font Color

<p style="color:#15250c">Text here</p>

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


#15250c Background Color

<div style="background-color:#15250c">
Div content here</div>

This div background color is #15250c


#15250c Border Color

<div style="border:3px solid #15250c">
Div here</div>

This div border color is #15250c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15250c


Comments

No comments written yet.

Please login to write comment.