Color Hex Logo

#18996e Color Hex

#18996E
(24,153,110)
0 Favorites   0 Comments

Color spaces of #18996e

RGB 24153110
HSL0.440.730.35
HSV160°84°60°
CMYK 0.840.000.28   0.40
XYZ14.582424.102418.6355
Yxy24.10240.25440.4205
Hunter Lab49.0942-32.895211.8602
CIE-Lab56.1902-43.494213.4230

#18996e color RGB value is (24,153,110).

#18996e hex color red value is 24, green value is 153 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #18996e hue: 0.44 , saturation: 0.73 and the lightness value of 18996e is 0.35.

The process color (four color CMYK) of #18996e color hex is 0.84, 0.00, 0.28, 0.40. Web safe color of #18996e is #009966. Color #18996e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011001 01101110
Octal 30 231 156
Decimal 24 153 110
Hex 18 99 6E

RGB Percentages of Color #18996e

%8.36
%53.31
%38.33

CMYK Percentages of Color #18996e

%84
%0
%28
%40

Triadic Colors of #18996e

#18996e #6e1899 #996e18

Analogous Colors of #18996e

#18996e #188499 #18992e

Monochromatic Colors of #18996e

#18996e

Complementary Color

#18996e #991843

#18996e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18996e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18996e Color CSS Codes

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

#18996e Text Font Color

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

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


#18996e Background Color

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

This div background color is #18996e


#18996e Border Color

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

This div border color is #18996e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18996e


Comments

No comments written yet.

Please login to write comment.