Color Hex Logo

#18750e Color Hex

#18750E
(24,117,14)
0 Favorites   0 Comments

Color spaces of #18750e

RGB 2411714
HSL0.320.790.26
HSV114°88°46°
CMYK 0.790.000.88   0.54
XYZ6.817212.94852.5555
Yxy12.94850.30540.5801
Hunter Lab35.9840-29.155120.9782
CIE-Lab42.6855-45.212243.9197

#18750e color RGB value is (24,117,14).

#18750e hex color red value is 24, green value is 117 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #18750e hue: 0.32 , saturation: 0.79 and the lightness value of 18750e is 0.26.

The process color (four color CMYK) of #18750e color hex is 0.79, 0.00, 0.88, 0.54. Web safe color of #18750e is #006600. Color #18750e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110101 00001110
Octal 30 165 16
Decimal 24 117 14
Hex 18 75 E

RGB Percentages of Color #18750e

%15.48
%75.48
%9.03

CMYK Percentages of Color #18750e

%79
%0
%88
%54

Triadic Colors of #18750e

#18750e #0e1875 #750e18

Analogous Colors of #18750e

#18750e #0e7538 #4b750e

Monochromatic Colors of #18750e

#18750e

Complementary Color

#18750e #6b0e75

#18750e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18750e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18750e Color CSS Codes

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

#18750e Text Font Color

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

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


#18750e Background Color

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

This div background color is #18750e


#18750e Border Color

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

This div border color is #18750e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18750e


Comments

No comments written yet.

Please login to write comment.