Color Hex Logo

#18bedb Color Hex

#18BEDB
(24,190,219)
0 Favorites   0 Comments

Color spaces of #18bedb

RGB 24190219
HSL0.520.800.48
HSV189°89°86°
CMYK 0.890.130.00   0.14
XYZ31.576342.135673.4866
Yxy42.13560.21450.2863
Hunter Lab64.9119-26.7649-21.6837
CIE-Lab70.9643-28.5527-25.4951

#18bedb color RGB value is (24,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 11011011
Octal 30 276 333
Decimal 24 190 219
Hex 18 BE DB

RGB Percentages of Color #18bedb

%5.54
%43.88
%50.58

CMYK Percentages of Color #18bedb

%89
%13
%0
%14

Triadic Colors of #18bedb

#18bedb #db18be #bedb18

Analogous Colors of #18bedb

#18bedb #185cdb #18db97

Monochromatic Colors of #18bedb

#18bedb

Complementary Color

#18bedb #db3518

#18bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18bedb Color CSS Codes

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

#18bedb Text Font Color

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

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


#18bedb Background Color

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

This div background color is #18bedb


#18bedb Border Color

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

This div border color is #18bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18bedb


Comments

No comments written yet.

Please login to write comment.