Color Hex Logo

#18bedc Color Hex

#18BEDC
(24,190,220)
0 Favorites   0 Comments

Color spaces of #18bedc

RGB 24190220
HSL0.530.800.48
HSV189°89°86°
CMYK 0.890.140.00   0.14
XYZ31.708442.188474.1821
Yxy42.18840.21410.2849
Hunter Lab64.9526-26.5274-22.2481
CIE-Lab71.0006-28.2270-25.9842

#18bedc color RGB value is (24,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 11011100
Octal 30 276 334
Decimal 24 190 220
Hex 18 BE DC

RGB Percentages of Color #18bedc

%5.53
%43.78
%50.69

CMYK Percentages of Color #18bedc

%89
%14
%0
%14

Triadic Colors of #18bedc

#18bedc #dc18be #bedc18

Analogous Colors of #18bedc

#18bedc #185cdc #18dc98

Monochromatic Colors of #18bedc

#18bedc

Complementary Color

#18bedc #dc3618

#18bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bedc Color CSS Codes

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

#18bedc Text Font Color

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

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


#18bedc Background Color

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

This div background color is #18bedc


#18bedc Border Color

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

This div border color is #18bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bedc


Comments

No comments written yet.

Please login to write comment.