Color Hex Logo

#18bbdc Color Hex

#18BBDC
(24,187,220)
0 Favorites   0 Comments

Color spaces of #18bbdc

RGB 24187220
HSL0.530.800.48
HSV190°89°86°
CMYK 0.890.150.00   0.14
XYZ31.065340.902173.9677
Yxy40.90210.21290.2803
Hunter Lab63.9547-25.2164-23.8043
CIE-Lab70.1073-26.7368-27.3548

#18bbdc color RGB value is (24,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111011 11011100
Octal 30 273 334
Decimal 24 187 220
Hex 18 BB DC

RGB Percentages of Color #18bbdc

%5.57
%43.39
%51.04

CMYK Percentages of Color #18bbdc

%89
%15
%0
%14

Triadic Colors of #18bbdc

#18bbdc #dc18bb #bbdc18

Analogous Colors of #18bbdc

#18bbdc #1859dc #18dc9b

Monochromatic Colors of #18bbdc

#18bbdc

Complementary Color

#18bbdc #dc3918

#18bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bbdc Color CSS Codes

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

#18bbdc Text Font Color

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

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


#18bbdc Background Color

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

This div background color is #18bbdc


#18bbdc Border Color

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

This div border color is #18bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bbdc


Comments

No comments written yet.

Please login to write comment.