Color Hex Logo

#18aaee Color Hex

#18AAEE
(24,170,238)
0 Favorites   0 Comments

Color spaces of #18aaee

RGB 24170238
HSL0.550.860.51
HSV199°90°93°
CMYK 0.900.290.00   0.07
XYZ30.184035.116786.0763
Yxy35.11670.19940.2320
Hunter Lab59.2593-12.7841-44.6393
CIE-Lab65.8394-11.6291-43.8263

#18aaee color RGB value is (24,170,238).

#18aaee hex color red value is 24, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #18aaee hue: 0.55 , saturation: 0.86 and the lightness value of 18aaee is 0.51.

The process color (four color CMYK) of #18aaee color hex is 0.90, 0.29, 0.00, 0.07. Web safe color of #18aaee is #0099ff. Color #18aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101010 11101110
Octal 30 252 356
Decimal 24 170 238
Hex 18 AA EE

RGB Percentages of Color #18aaee

%5.56
%39.35
%55.09

CMYK Percentages of Color #18aaee

%90
%29
%0
%7

Triadic Colors of #18aaee

#18aaee #ee18aa #aaee18

Analogous Colors of #18aaee

#18aaee #183fee #18eec7

Monochromatic Colors of #18aaee

#18aaee

Complementary Color

#18aaee #ee5c18

#18aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#18aaee Color CSS Codes

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

#18aaee Text Font Color

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

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


#18aaee Background Color

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

This div background color is #18aaee


#18aaee Border Color

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

This div border color is #18aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18aaee


Comments

No comments written yet.

Please login to write comment.