Color Hex Logo

#18823c Color Hex

#18823C
(24,130,60)
0 Favorites   0 Comments

Color spaces of #18823c

RGB 2413060
HSL0.390.690.30
HSV140°82°51°
CMYK 0.820.000.54   0.49
XYZ9.174916.48576.9735
Yxy16.48570.28110.5052
Hunter Lab40.6026-30.719218.2387
CIE-Lab47.6054-44.797629.6453

#18823c color RGB value is (24,130,60).

#18823c hex color red value is 24, green value is 130 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #18823c hue: 0.39 , saturation: 0.69 and the lightness value of 18823c is 0.30.

The process color (four color CMYK) of #18823c color hex is 0.82, 0.00, 0.54, 0.49. Web safe color of #18823c is #009933. Color #18823c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000010 00111100
Octal 30 202 74
Decimal 24 130 60
Hex 18 82 3C

RGB Percentages of Color #18823c

%11.21
%60.75
%28.04

CMYK Percentages of Color #18823c

%82
%0
%54
%49

Triadic Colors of #18823c

#18823c #3c1882 #823c18

Analogous Colors of #18823c

#18823c #188271 #298218

Monochromatic Colors of #18823c

#18823c

Complementary Color

#18823c #82185e

#18823c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18823c Color Preview on White Background

Lorem ipsum dolor sit amet.

#18823c Color CSS Codes

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

#18823c Text Font Color

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

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


#18823c Background Color

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

This div background color is #18823c


#18823c Border Color

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

This div border color is #18823c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18823c


Comments

No comments written yet.

Please login to write comment.