Color Hex Logo

#18aadd Color Hex

#18AADD
(24,170,221)
0 Favorites   0 Comments

Color spaces of #18aadd

RGB 24170221
HSL0.540.800.48
HSV196°89°87°
CMYK 0.890.230.00   0.13
XYZ27.802634.164173.5356
Yxy34.16410.20520.2521
Hunter Lab58.4501-17.3816-33.6773
CIE-Lab65.0926-17.6282-35.6577

#18aadd color RGB value is (24,170,221).

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

The process color (four color CMYK) of #18aadd color hex is 0.89, 0.23, 0.00, 0.13. Web safe color of #18aadd is #0099cc. Color #18aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101010 11011101
Octal 30 252 335
Decimal 24 170 221
Hex 18 AA DD

RGB Percentages of Color #18aadd

%5.78
%40.96
%53.25

CMYK Percentages of Color #18aadd

%89
%23
%0
%13

Triadic Colors of #18aadd

#18aadd #dd18aa #aadd18

Analogous Colors of #18aadd

#18aadd #1848dd #18ddae

Monochromatic Colors of #18aadd

#18aadd

Complementary Color

#18aadd #dd4b18

#18aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18aadd Color CSS Codes

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

#18aadd Text Font Color

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

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


#18aadd Background Color

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

This div background color is #18aadd


#18aadd Border Color

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

This div border color is #18aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18aadd


Comments

No comments written yet.

Please login to write comment.