Color Hex Logo

#18ceaa Color Hex

#18CEAA
(24,206,170)
0 Favorites   0 Comments

Color spaces of #18ceaa

RGB 24206170
HSL0.470.790.45
HSV168°88°81°
CMYK 0.880.000.17   0.19
XYZ29.703747.239145.5827
Yxy47.23910.24240.3855
Hunter Lab68.7307-43.13558.7899
CIE-Lab74.3424-50.09916.1473

#18ceaa color RGB value is (24,206,170).

#18ceaa hex color red value is 24, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #18ceaa hue: 0.47 , saturation: 0.79 and the lightness value of 18ceaa is 0.45.

The process color (four color CMYK) of #18ceaa color hex is 0.88, 0.00, 0.17, 0.19. Web safe color of #18ceaa is #00cc99. Color #18ceaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001110 10101010
Octal 30 316 252
Decimal 24 206 170
Hex 18 CE AA

RGB Percentages of Color #18ceaa

%6.00
%51.50
%42.50

CMYK Percentages of Color #18ceaa

%88
%0
%17
%19

Triadic Colors of #18ceaa

#18ceaa #aa18ce #ceaa18

Analogous Colors of #18ceaa

#18ceaa #1897ce #18ce4f

Monochromatic Colors of #18ceaa

#18ceaa

Complementary Color

#18ceaa #ce183c

#18ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#18ceaa Color CSS Codes

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

#18ceaa Text Font Color

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

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


#18ceaa Background Color

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

This div background color is #18ceaa


#18ceaa Border Color

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

This div border color is #18ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18ceaa


Comments

No comments written yet.

Please login to write comment.