Color Hex Logo

#18badd Color Hex

#18BADD
(24,186,221)
0 Favorites   0 Comments

Color spaces of #18badd

RGB 24186221
HSL0.530.800.48
HSV191°89°87°
CMYK 0.890.160.00   0.13
XYZ30.986740.532574.5970
Yxy40.53250.21210.2774
Hunter Lab63.6651-24.5356-24.9050
CIE-Lab69.8471-25.9062-28.3005

#18badd color RGB value is (24,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10111010 11011101
Octal 30 272 335
Decimal 24 186 221
Hex 18 BA DD

RGB Percentages of Color #18badd

%5.57
%43.16
%51.28

CMYK Percentages of Color #18badd

%89
%16
%0
%13

Triadic Colors of #18badd

#18badd #dd18ba #badd18

Analogous Colors of #18badd

#18badd #1858dd #18dd9e

Monochromatic Colors of #18badd

#18badd

Complementary Color

#18badd #dd3b18

#18badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18badd Color CSS Codes

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

#18badd Text Font Color

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

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


#18badd Background Color

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

This div background color is #18badd


#18badd Border Color

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

This div border color is #18badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18badd


Comments

No comments written yet.

Please login to write comment.