Color Hex Logo

#18420a Color Hex

#18420A
(24,66,10)
0 Favorites   0 Comments

Color spaces of #18420a

RGB 246610
HSL0.290.740.15
HSV105°85°26°
CMYK 0.640.000.85   0.74
XYZ2.37974.11250.9555
Yxy4.11250.31950.5522
Hunter Lab20.2793-14.542511.4019
CIE-Lab24.0399-26.312827.7812

#18420a color RGB value is (24,66,10).

#18420a hex color red value is 24, green value is 66 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #18420a hue: 0.29 , saturation: 0.74 and the lightness value of 18420a is 0.15.

The process color (four color CMYK) of #18420a color hex is 0.64, 0.00, 0.85, 0.74. Web safe color of #18420a is #003300. Color #18420a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000010 00001010
Octal 30 102 12
Decimal 24 66 10
Hex 18 42 A

RGB Percentages of Color #18420a

%24.00
%66.00
%10.00

CMYK Percentages of Color #18420a

%64
%0
%85
%74

Triadic Colors of #18420a

#18420a #0a1842 #420a18

Analogous Colors of #18420a

#18420a #0a4218 #34420a

Monochromatic Colors of #18420a

#18420a

Complementary Color

#18420a #340a42

#18420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#18420a Color CSS Codes

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

#18420a Text Font Color

<p style="color:#18420a">Text here</p>

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


#18420a Background Color

<div style="background-color:#18420a">
Div content here</div>

This div background color is #18420a


#18420a Border Color

<div style="border:3px solid #18420a">
Div here</div>

This div border color is #18420a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,66,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18420a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18420a;
  -webkit-box-shadow: 1px 1px 3px 2px #18420a;
  box-shadow:         1px 1px 3px 2px #18420a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18420a


Comments

No comments written yet.

Please login to write comment.