Color Hex Logo

#18ceab Color Hex

#18CEAB
(24,206,171)
0 Favorites   0 Comments

Color spaces of #18ceab

RGB 24206171
HSL0.470.790.45
HSV168°88°81°
CMYK 0.880.000.17   0.19
XYZ29.798747.277146.0829
Yxy47.27710.24200.3839
Hunter Lab68.7583-42.96828.3938
CIE-Lab74.3667-49.84225.6438

#18ceab color RGB value is (24,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001110 10101011
Octal 30 316 253
Decimal 24 206 171
Hex 18 CE AB

RGB Percentages of Color #18ceab

%5.99
%51.37
%42.64

CMYK Percentages of Color #18ceab

%88
%0
%17
%19

Triadic Colors of #18ceab

#18ceab #ab18ce #ceab18

Analogous Colors of #18ceab

#18ceab #1896ce #18ce50

Monochromatic Colors of #18ceab

#18ceab

Complementary Color

#18ceab #ce183b

#18ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#18ceab Color CSS Codes

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

#18ceab Text Font Color

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

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


#18ceab Background Color

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

This div background color is #18ceab


#18ceab Border Color

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

This div border color is #18ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18ceab


Comments

No comments written yet.

Please login to write comment.