Color Hex Logo

#18060e Color Hex

#18060E
(24,6,14)
0 Favorites   0 Comments

Color spaces of #18060e

RGB 24614
HSL0.930.600.06
HSV333°75°
CMYK 0.000.750.42   0.91
XYZ0.52110.35610.4567
Yxy0.35610.39070.2670
Hunter Lab5.96745.1444-0.3604
CIE-Lab3.21667.4816-0.9865

#18060e color RGB value is (24,6,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00000110 00001110
Octal 30 6 16
Decimal 24 6 14
Hex 18 6 E

RGB Percentages of Color #18060e

%54.55
%13.64
%31.82

CMYK Percentages of Color #18060e

%0
%75
%42
%91

Triadic Colors of #18060e

#18060e #0e1806 #060e18

Analogous Colors of #18060e

#18060e #180706 #180617

Monochromatic Colors of #18060e

#18060e

Complementary Color

#18060e #061810

#18060e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18060e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18060e Color CSS Codes

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

#18060e Text Font Color

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

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


#18060e Background Color

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

This div background color is #18060e


#18060e Border Color

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

This div border color is #18060e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,6,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18060e


Comments

No comments written yet.

Please login to write comment.