Color Hex Logo

#18beaa Color Hex

#18BEAA
(24,190,170)
0 Favorites   0 Comments

Color spaces of #18beaa

RGB 24190170
HSL0.480.780.42
HSV173°87°75°
CMYK 0.870.000.11   0.25
XYZ26.045839.923444.3634
Yxy39.92340.23610.3618
Hunter Lab63.1850-36.99332.6008
CIE-Lab69.4149-43.4024-1.0023

#18beaa color RGB value is (24,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 10101010
Octal 30 276 252
Decimal 24 190 170
Hex 18 BE AA

RGB Percentages of Color #18beaa

%6.25
%49.48
%44.27

CMYK Percentages of Color #18beaa

%87
%0
%11
%25

Triadic Colors of #18beaa

#18beaa #aa18be #beaa18

Analogous Colors of #18beaa

#18beaa #187fbe #18be57

Monochromatic Colors of #18beaa

#18beaa

Complementary Color

#18beaa #be182c

#18beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#18beaa Color CSS Codes

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

#18beaa Text Font Color

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

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


#18beaa Background Color

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

This div background color is #18beaa


#18beaa Border Color

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

This div border color is #18beaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,190,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 #18beaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18beaa


Comments

No comments written yet.

Please login to write comment.