Color Hex Logo

#18e8bd Color Hex

#18E8BD
(24,232,189)
0 Favorites   0 Comments

Color spaces of #18e8bd

RGB 24232189
HSL0.470.820.50
HSV168°90°91°
CMYK 0.900.000.19   0.09
XYZ38.418661.581558.0057
Yxy61.58150.24310.3897
Hunter Lab78.4739-49.940711.1062
CIE-Lab82.6904-55.69958.0245

#18e8bd color RGB value is (24,232,189).

#18e8bd hex color red value is 24, green value is 232 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #18e8bd hue: 0.47 , saturation: 0.82 and the lightness value of 18e8bd is 0.50.

The process color (four color CMYK) of #18e8bd color hex is 0.90, 0.00, 0.19, 0.09. Web safe color of #18e8bd is #00ffcc. Color #18e8bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101000 10111101
Octal 30 350 275
Decimal 24 232 189
Hex 18 E8 BD

RGB Percentages of Color #18e8bd

%5.39
%52.13
%42.47

CMYK Percentages of Color #18e8bd

%90
%0
%19
%9

Triadic Colors of #18e8bd

#18e8bd #bd18e8 #e8bd18

Analogous Colors of #18e8bd

#18e8bd #18abe8 #18e855

Monochromatic Colors of #18e8bd

#18e8bd

Complementary Color

#18e8bd #e81843

#18e8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18e8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18e8bd Color CSS Codes

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

#18e8bd Text Font Color

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

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


#18e8bd Background Color

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

This div background color is #18e8bd


#18e8bd Border Color

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

This div border color is #18e8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18e8bd


Comments

No comments written yet.

Please login to write comment.