Color Hex Logo

#18eded Color Hex

#18EDED
(24,237,237)
0 Favorites   0 Comments

Color spaces of #18eded

RGB 24237237
HSL0.500.860.51
HSV180°90°93°
CMYK 0.900.000.00   0.07
XYZ45.946966.877090.6077
Yxy66.87700.22590.3287
Hunter Lab81.7784-42.8225-8.4465
CIE-Lab85.4418-44.8368-13.2189

#18eded color RGB value is (24,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101101 11101101
Octal 30 355 355
Decimal 24 237 237
Hex 18 ED ED

RGB Percentages of Color #18eded

%4.82
%47.59
%47.59

CMYK Percentages of Color #18eded

%90
%0
%0
%7

Triadic Colors of #18eded

#18eded #ed18ed #eded18

Analogous Colors of #18eded

#18eded #1883ed #18ed83

Monochromatic Colors of #18eded

#18eded

Complementary Color

#18eded #ed1818

#18eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#18eded Color CSS Codes

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

#18eded Text Font Color

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

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


#18eded Background Color

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

This div background color is #18eded


#18eded Border Color

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

This div border color is #18eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18eded


Comments

No comments written yet.

Please login to write comment.