Color Hex Logo

#15500c Color Hex

#15500C
(21,80,12)
0 Favorites   0 Comments

Color spaces of #15500c

RGB 218012
HSL0.310.740.18
HSV112°85°31°
CMYK 0.740.000.85   0.69
XYZ3.24435.92331.3201
Yxy5.92330.30930.5648
Hunter Lab24.3378-18.796713.8206
CIE-Lab29.2181-32.713232.0165

#15500c color RGB value is (21,80,12).

#15500c hex color red value is 21, green value is 80 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #15500c hue: 0.31 , saturation: 0.74 and the lightness value of 15500c is 0.18.

The process color (four color CMYK) of #15500c color hex is 0.74, 0.00, 0.85, 0.69. Web safe color of #15500c is #006600. Color #15500c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010000 00001100
Octal 25 120 14
Decimal 21 80 12
Hex 15 50 C

RGB Percentages of Color #15500c

%18.58
%70.80
%10.62

CMYK Percentages of Color #15500c

%74
%0
%85
%69

Triadic Colors of #15500c

#15500c #0c1550 #500c15

Analogous Colors of #15500c

#15500c #0c5025 #37500c

Monochromatic Colors of #15500c

#15500c

Complementary Color

#15500c #470c50

#15500c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15500c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15500c Color CSS Codes

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

#15500c Text Font Color

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

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


#15500c Background Color

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

This div background color is #15500c


#15500c Border Color

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

This div border color is #15500c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15500c


Comments

No comments written yet.

Please login to write comment.