Color Hex Logo

#18beac Color Hex

#18BEAC
(24,190,172)
0 Favorites   0 Comments

Color spaces of #18beac

RGB 24190172
HSL0.480.780.42
HSV173°87°75°
CMYK 0.870.000.09   0.25
XYZ26.236539.999745.3676
Yxy39.99970.23510.3584
Hunter Lab63.2453-36.63091.7414
CIE-Lab69.4693-42.8461-2.0189

#18beac color RGB value is (24,190,172).

#18beac hex color red value is 24, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #18beac hue: 0.48 , saturation: 0.78 and the lightness value of 18beac is 0.42.

The process color (four color CMYK) of #18beac color hex is 0.87, 0.00, 0.09, 0.25. Web safe color of #18beac is #00cc99. Color #18beac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 10101100
Octal 30 276 254
Decimal 24 190 172
Hex 18 BE AC

RGB Percentages of Color #18beac

%6.22
%49.22
%44.56

CMYK Percentages of Color #18beac

%87
%0
%9
%25

Triadic Colors of #18beac

#18beac #ac18be #beac18

Analogous Colors of #18beac

#18beac #187dbe #18be59

Monochromatic Colors of #18beac

#18beac

Complementary Color

#18beac #be182a

#18beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#18beac Color CSS Codes

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

#18beac Text Font Color

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

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


#18beac Background Color

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

This div background color is #18beac


#18beac Border Color

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

This div border color is #18beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18beac


Comments

No comments written yet.

Please login to write comment.