Color Hex Logo

#18abdb Color Hex

#18ABDB
(24,171,219)
0 Favorites   0 Comments

Color spaces of #18abdb

RGB 24171219
HSL0.540.800.48
HSV195°89°86°
CMYK 0.890.220.00   0.14
XYZ27.725834.434572.2030
Yxy34.43450.20630.2563
Hunter Lab58.6809-18.3532-31.8758
CIE-Lab65.3060-18.8538-34.2234

#18abdb color RGB value is (24,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101011 11011011
Octal 30 253 333
Decimal 24 171 219
Hex 18 AB DB

RGB Percentages of Color #18abdb

%5.80
%41.30
%52.90

CMYK Percentages of Color #18abdb

%89
%22
%0
%14

Triadic Colors of #18abdb

#18abdb #db18ab #abdb18

Analogous Colors of #18abdb

#18abdb #184adb #18dbaa

Monochromatic Colors of #18abdb

#18abdb

Complementary Color

#18abdb #db4818

#18abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18abdb Color CSS Codes

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

#18abdb Text Font Color

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

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


#18abdb Background Color

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

This div background color is #18abdb


#18abdb Border Color

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

This div border color is #18abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18abdb


Comments

No comments written yet.

Please login to write comment.