Color Hex Logo

#18beda Color Hex

#18BEDA
(24,190,218)
0 Favorites   0 Comments

Color spaces of #18beda

RGB 24190218
HSL0.520.800.47
HSV189°89°85°
CMYK 0.890.130.00   0.15
XYZ31.445042.083172.7952
Yxy42.08310.21490.2876
Hunter Lab64.8715-27.0012-21.1219
CIE-Lab70.9282-28.8776-25.0055

#18beda color RGB value is (24,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111110 11011010
Octal 30 276 332
Decimal 24 190 218
Hex 18 BE DA

RGB Percentages of Color #18beda

%5.56
%43.98
%50.46

CMYK Percentages of Color #18beda

%89
%13
%0
%15

Triadic Colors of #18beda

#18beda #da18be #beda18

Analogous Colors of #18beda

#18beda #185dda #18da95

Monochromatic Colors of #18beda

#18beda

Complementary Color

#18beda #da3418

#18beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#18beda Color CSS Codes

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

#18beda Text Font Color

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

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


#18beda Background Color

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

This div background color is #18beda


#18beda Border Color

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

This div border color is #18beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18beda


Comments

No comments written yet.

Please login to write comment.