Color Hex Logo

#18bea9 Color Hex

#18BEA9
(24,190,169)
0 Favorites   0 Comments

Color spaces of #18bea9

RGB 24190169
HSL0.480.780.42
HSV172°87°75°
CMYK 0.870.000.11   0.25
XYZ25.951639.885743.8670
Yxy39.88570.23660.3636
Hunter Lab63.1551-37.17253.0263
CIE-Lab69.3880-43.6785-0.4936

#18bea9 color RGB value is (24,190,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 10101001
Octal 30 276 251
Decimal 24 190 169
Hex 18 BE A9

RGB Percentages of Color #18bea9

%6.27
%49.61
%44.13

CMYK Percentages of Color #18bea9

%87
%0
%11
%25

Triadic Colors of #18bea9

#18bea9 #a918be #bea918

Analogous Colors of #18bea9

#18bea9 #1880be #18be56

Monochromatic Colors of #18bea9

#18bea9

Complementary Color

#18bea9 #be182d

#18bea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bea9 Color CSS Codes

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

#18bea9 Text Font Color

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

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


#18bea9 Background Color

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

This div background color is #18bea9


#18bea9 Border Color

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

This div border color is #18bea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bea9


Comments

No comments written yet.

Please login to write comment.