Color Hex Logo

#18bcdc Color Hex

#18BCDC
(24,188,220)
0 Favorites   0 Comments

Color spaces of #18bcdc

RGB 24188220
HSL0.530.800.48
HSV190°89°86°
CMYK 0.890.150.00   0.14
XYZ31.278241.327974.0387
Yxy41.32790.21330.2818
Hunter Lab64.2868-25.6542-23.2832
CIE-Lab70.4050-27.2353-26.8976

#18bcdc color RGB value is (24,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111100 11011100
Octal 30 274 334
Decimal 24 188 220
Hex 18 BC DC

RGB Percentages of Color #18bcdc

%5.56
%43.52
%50.93

CMYK Percentages of Color #18bcdc

%89
%15
%0
%14

Triadic Colors of #18bcdc

#18bcdc #dc18bc #bcdc18

Analogous Colors of #18bcdc

#18bcdc #185adc #18dc9a

Monochromatic Colors of #18bcdc

#18bcdc

Complementary Color

#18bcdc #dc3818

#18bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bcdc Color CSS Codes

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

#18bcdc Text Font Color

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

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


#18bcdc Background Color

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

This div background color is #18bcdc


#18bcdc Border Color

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

This div border color is #18bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bcdc


Comments

No comments written yet.

Please login to write comment.