Color Hex Logo

#18060c Color Hex

#18060C
(24,6,12)
0 Favorites   0 Comments

Color spaces of #18060c

RGB 24612
HSL0.940.600.06
HSV340°75°
CMYK 0.000.750.50   0.91
XYZ0.50820.35100.3888
Yxy0.35100.40720.2813
Hunter Lab5.92454.94360.2562
CIE-Lab3.17067.1517-0.0947

#18060c color RGB value is (24,6,12).

#18060c hex color red value is 24, green value is 6 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #18060c hue: 0.94 , saturation: 0.60 and the lightness value of 18060c is 0.06.

The process color (four color CMYK) of #18060c color hex is 0.00, 0.75, 0.50, 0.91. Web safe color of #18060c is #000000. Color #18060c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000110 00001100
Octal 30 6 14
Decimal 24 6 12
Hex 18 6 C

RGB Percentages of Color #18060c

%57.14
%14.29
%28.57

CMYK Percentages of Color #18060c

%0
%75
%50
%91

Triadic Colors of #18060c

#18060c #0c1806 #060c18

Analogous Colors of #18060c

#18060c #180906 #180615

Monochromatic Colors of #18060c

#18060c

Complementary Color

#18060c #061812

#18060c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18060c Color Preview on White Background

Lorem ipsum dolor sit amet.

#18060c Color CSS Codes

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

#18060c Text Font Color

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

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


#18060c Background Color

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

This div background color is #18060c


#18060c Border Color

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

This div border color is #18060c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18060c


Comments

No comments written yet.

Please login to write comment.