Color Hex Logo

#18edeb Color Hex

#18EDEB
(24,237,235)
0 Favorites   0 Comments

Color spaces of #18edeb

RGB 24237235
HSL0.500.860.51
HSV179°90°93°
CMYK 0.900.000.01   0.07
XYZ45.656366.760789.0770
Yxy66.76070.22660.3313
Hunter Lab81.7072-43.2455-7.4427
CIE-Lab85.3830-45.4123-12.2550

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101101 11101011
Octal 30 355 353
Decimal 24 237 235
Hex 18 ED EB

RGB Percentages of Color #18edeb

%4.84
%47.78
%47.38

CMYK Percentages of Color #18edeb

%90
%0
%1
%7

Triadic Colors of #18edeb

#18edeb #eb18ed #edeb18

Analogous Colors of #18edeb

#18edeb #1885ed #18ed81

Monochromatic Colors of #18edeb

#18edeb

Complementary Color

#18edeb #ed181a

#18edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18edeb Color CSS Codes

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

#18edeb Text Font Color

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

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


#18edeb Background Color

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

This div background color is #18edeb


#18edeb Border Color

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

This div border color is #18edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18edeb


Comments

No comments written yet.

Please login to write comment.