Color Hex Logo

#18aedd Color Hex

#18AEDD
(24,174,221)
0 Favorites   0 Comments

Color spaces of #18aedd

RGB 24174221
HSL0.540.800.48
HSV194°89°87°
CMYK 0.890.210.00   0.13
XYZ28.563935.686873.7894
Yxy35.68680.20690.2585
Hunter Lab59.7384-19.1926-31.4186
CIE-Lab66.2799-19.7436-33.8123

#18aedd color RGB value is (24,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101110 11011101
Octal 30 256 335
Decimal 24 174 221
Hex 18 AE DD

RGB Percentages of Color #18aedd

%5.73
%41.53
%52.74

CMYK Percentages of Color #18aedd

%89
%21
%0
%13

Triadic Colors of #18aedd

#18aedd #dd18ae #aedd18

Analogous Colors of #18aedd

#18aedd #184cdd #18ddaa

Monochromatic Colors of #18aedd

#18aedd

Complementary Color

#18aedd #dd4718

#18aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#18aedd Color CSS Codes

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

#18aedd Text Font Color

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

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


#18aedd Background Color

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

This div background color is #18aedd


#18aedd Border Color

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

This div border color is #18aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18aedd


Comments

No comments written yet.

Please login to write comment.