Color Hex Logo

#18ab80 Color Hex

#18AB80
(24,171,128)
0 Favorites   0 Comments

Color spaces of #18ab80

RGB 24171128
HSL0.450.750.38
HSV162°86°67°
CMYK 0.860.000.25   0.33
XYZ18.835930.878525.3895
Yxy30.87850.25080.4111
Hunter Lab55.5684-36.739011.8080
CIE-Lab62.4049-46.442812.0800

#18ab80 color RGB value is (24,171,128).

#18ab80 hex color red value is 24, green value is 171 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #18ab80 hue: 0.45 , saturation: 0.75 and the lightness value of 18ab80 is 0.38.

The process color (four color CMYK) of #18ab80 color hex is 0.86, 0.00, 0.25, 0.33. Web safe color of #18ab80 is #009999. Color #18ab80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101011 10000000
Octal 30 253 200
Decimal 24 171 128
Hex 18 AB 80

RGB Percentages of Color #18ab80

%7.43
%52.94
%39.63

CMYK Percentages of Color #18ab80

%86
%0
%25
%33

Triadic Colors of #18ab80

#18ab80 #8018ab #ab8018

Analogous Colors of #18ab80

#18ab80 #188dab #18ab37

Monochromatic Colors of #18ab80

#18ab80

Complementary Color

#18ab80 #ab1843

#18ab80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18ab80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#18ab80 Color CSS Codes

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

#18ab80 Text Font Color

<p style="color:#18ab80">Text here</p>

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


#18ab80 Background Color

<div style="background-color:#18ab80">
Div content here</div>

This div background color is #18ab80


#18ab80 Border Color

<div style="border:3px solid #18ab80">
Div here</div>

This div border color is #18ab80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,171,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18ab80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18ab80;
  -webkit-box-shadow: 1px 1px 3px 2px #18ab80;
  box-shadow:         1px 1px 3px 2px #18ab80; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18ab80


Comments

No comments written yet.

Please login to write comment.