Color Hex Logo

#18bcdb Color Hex

#18BCDB
(24,188,219)
0 Favorites   0 Comments

Color spaces of #18bcdb

RGB 24188219
HSL0.530.800.48
HSV190°89°86°
CMYK 0.890.140.00   0.14
XYZ31.146141.275173.3432
Yxy41.27510.21370.2832
Hunter Lab64.2457-25.8938-22.7138
CIE-Lab70.3682-27.5633-26.4086

#18bcdb color RGB value is (24,188,219).

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

The process color (four color CMYK) of #18bcdb color hex is 0.89, 0.14, 0.00, 0.14. Web safe color of #18bcdb is #00cccc. Color #18bcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111100 11011011
Octal 30 274 333
Decimal 24 188 219
Hex 18 BC DB

RGB Percentages of Color #18bcdb

%5.57
%43.62
%50.81

CMYK Percentages of Color #18bcdb

%89
%14
%0
%14

Triadic Colors of #18bcdb

#18bcdb #db18bc #bcdb18

Analogous Colors of #18bcdb

#18bcdb #185adb #18db99

Monochromatic Colors of #18bcdb

#18bcdb

Complementary Color

#18bcdb #db3718

#18bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bcdb Color CSS Codes

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

#18bcdb Text Font Color

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

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


#18bcdb Background Color

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

This div background color is #18bcdb


#18bcdb Border Color

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

This div border color is #18bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bcdb


Comments

No comments written yet.

Please login to write comment.