Color Hex Logo

#18690d Color Hex

#18690D
(24,105,13)
0 Favorites   0 Comments

Color spaces of #18690d

RGB 2410513
HSL0.310.780.23
HSV113°88°41°
CMYK 0.770.000.88   0.59
XYZ5.500910.32642.0840
Yxy10.32640.30710.5765
Hunter Lab32.1347-25.679718.6492
CIE-Lab38.4220-41.172140.3324

#18690d color RGB value is (24,105,13).

#18690d hex color red value is 24, green value is 105 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #18690d hue: 0.31 , saturation: 0.78 and the lightness value of 18690d is 0.23.

The process color (four color CMYK) of #18690d color hex is 0.77, 0.00, 0.88, 0.59. Web safe color of #18690d is #006600. Color #18690d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01101001 00001101
Octal 30 151 15
Decimal 24 105 13
Hex 18 69 D

RGB Percentages of Color #18690d

%16.90
%73.94
%9.15

CMYK Percentages of Color #18690d

%77
%0
%88
%59

Triadic Colors of #18690d

#18690d #0d1869 #690d18

Analogous Colors of #18690d

#18690d #0d6930 #46690d

Monochromatic Colors of #18690d

#18690d

Complementary Color

#18690d #5e0d69

#18690d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18690d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18690d Color CSS Codes

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

#18690d Text Font Color

<p style="color:#18690d">Text here</p>

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


#18690d Background Color

<div style="background-color:#18690d">
Div content here</div>

This div background color is #18690d


#18690d Border Color

<div style="border:3px solid #18690d">
Div here</div>

This div border color is #18690d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,105,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18690d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18690d;
  -webkit-box-shadow: 1px 1px 3px 2px #18690d;
  box-shadow:         1px 1px 3px 2px #18690d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18690d


Comments

No comments written yet.

Please login to write comment.