Color Hex Logo

#18beeb Color Hex

#18BEEB
(24,190,235)
0 Favorites   0 Comments

Color spaces of #18beeb

RGB 24190235
HSL0.540.840.51
HSV193°90°92°
CMYK 0.900.190.00   0.08
XYZ33.785543.019385.1201
Yxy43.01930.20860.2657
Hunter Lab65.5891-22.8341-31.0329
CIE-Lab71.5681-23.2605-33.2620

#18beeb color RGB value is (24,190,235).

#18beeb hex color red value is 24, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #18beeb hue: 0.54 , saturation: 0.84 and the lightness value of 18beeb is 0.51.

The process color (four color CMYK) of #18beeb color hex is 0.90, 0.19, 0.00, 0.08. Web safe color of #18beeb is #00ccff. Color #18beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 11101011
Octal 30 276 353
Decimal 24 190 235
Hex 18 BE EB

RGB Percentages of Color #18beeb

%5.35
%42.32
%52.34

CMYK Percentages of Color #18beeb

%90
%19
%0
%8

Triadic Colors of #18beeb

#18beeb #eb18be #beeb18

Analogous Colors of #18beeb

#18beeb #1855eb #18ebaf

Monochromatic Colors of #18beeb

#18beeb

Complementary Color

#18beeb #eb4518

#18beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18beeb Color CSS Codes

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

#18beeb Text Font Color

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

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


#18beeb Background Color

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

This div background color is #18beeb


#18beeb Border Color

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

This div border color is #18beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18beeb


Comments

No comments written yet.

Please login to write comment.