Color Hex Logo

#18825a Color Hex

#18825A
(24,130,90)
0 Favorites   0 Comments

Color spaces of #18825a

RGB 2413090
HSL0.440.690.30
HSV157°82°51°
CMYK 0.820.000.31   0.49
XYZ10.204816.897612.3966
Yxy16.89760.25840.4278
Hunter Lab41.1067-27.623810.8945
CIE-Lab48.1308-38.782513.6360

#18825a color RGB value is (24,130,90).

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

The process color (four color CMYK) of #18825a color hex is 0.82, 0.00, 0.31, 0.49. Web safe color of #18825a is #009966. Color #18825a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000010 01011010
Octal 30 202 132
Decimal 24 130 90
Hex 18 82 5A

RGB Percentages of Color #18825a

%9.84
%53.28
%36.89

CMYK Percentages of Color #18825a

%82
%0
%31
%49

Triadic Colors of #18825a

#18825a #5a1882 #825a18

Analogous Colors of #18825a

#18825a #187582 #188225

Monochromatic Colors of #18825a

#18825a

Complementary Color

#18825a #821840

#18825a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18825a Color Preview on White Background

Lorem ipsum dolor sit amet.

#18825a Color CSS Codes

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

#18825a Text Font Color

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

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


#18825a Background Color

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

This div background color is #18825a


#18825a Border Color

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

This div border color is #18825a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18825a


Comments

No comments written yet.

Please login to write comment.