Color Hex Logo

#18eebd Color Hex

#18EEBD
(24,238,189)
0 Favorites   0 Comments

Color spaces of #18eebd

RGB 24238189
HSL0.460.860.51
HSV166°90°93°
CMYK 0.900.000.21   0.07
XYZ40.136565.017458.5783
Yxy65.01740.24510.3971
Hunter Lab80.6334-52.257313.3705
CIE-Lab84.4927-58.038110.6002

#18eebd color RGB value is (24,238,189).

#18eebd hex color red value is 24, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #18eebd hue: 0.46 , saturation: 0.86 and the lightness value of 18eebd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101110 10111101
Octal 30 356 275
Decimal 24 238 189
Hex 18 EE BD

RGB Percentages of Color #18eebd

%5.32
%52.77
%41.91

CMYK Percentages of Color #18eebd

%90
%0
%21
%7

Triadic Colors of #18eebd

#18eebd #bd18ee #eebd18

Analogous Colors of #18eebd

#18eebd #18b4ee #18ee52

Monochromatic Colors of #18eebd

#18eebd

Complementary Color

#18eebd #ee1849

#18eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18eebd Color CSS Codes

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

#18eebd Text Font Color

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

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


#18eebd Background Color

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

This div background color is #18eebd


#18eebd Border Color

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

This div border color is #18eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18eebd


Comments

No comments written yet.

Please login to write comment.