Color Hex Logo

#18abde Color Hex

#18ABDE
(24,171,222)
0 Favorites   0 Comments

Color spaces of #18abde

RGB 24171222
HSL0.540.800.48
HSV195°89°87°
CMYK 0.890.230.00   0.13
XYZ28.124434.593974.3022
Yxy34.59390.20530.2525
Hunter Lab58.8166-17.5754-33.7287
CIE-Lab65.4313-17.8122-35.6815

#18abde color RGB value is (24,171,222).

#18abde hex color red value is 24, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #18abde hue: 0.54 , saturation: 0.80 and the lightness value of 18abde is 0.48.

The process color (four color CMYK) of #18abde color hex is 0.89, 0.23, 0.00, 0.13. Web safe color of #18abde is #0099cc. Color #18abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101011 11011110
Octal 30 253 336
Decimal 24 171 222
Hex 18 AB DE

RGB Percentages of Color #18abde

%5.76
%41.01
%53.24

CMYK Percentages of Color #18abde

%89
%23
%0
%13

Triadic Colors of #18abde

#18abde #de18ab #abde18

Analogous Colors of #18abde

#18abde #1848de #18deae

Monochromatic Colors of #18abde

#18abde

Complementary Color

#18abde #de4b18

#18abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#18abde Color CSS Codes

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

#18abde Text Font Color

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

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


#18abde Background Color

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

This div background color is #18abde


#18abde Border Color

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

This div border color is #18abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18abde


Comments

No comments written yet.

Please login to write comment.