Color Hex Logo

#18acee Color Hex

#18ACEE
(24,172,238)
0 Favorites   0 Comments

Color spaces of #18acee

RGB 24172238
HSL0.550.860.51
HSV199°90°93°
CMYK 0.900.280.00   0.07
XYZ30.561835.872386.2022
Yxy35.87230.20020.2350
Hunter Lab59.8935-13.7306-43.4082
CIE-Lab66.4222-12.7239-42.9116

#18acee color RGB value is (24,172,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101100 11101110
Octal 30 254 356
Decimal 24 172 238
Hex 18 AC EE

RGB Percentages of Color #18acee

%5.53
%39.63
%54.84

CMYK Percentages of Color #18acee

%90
%28
%0
%7

Triadic Colors of #18acee

#18acee #ee18ac #acee18

Analogous Colors of #18acee

#18acee #1841ee #18eec5

Monochromatic Colors of #18acee

#18acee

Complementary Color

#18acee #ee5a18

#18acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#18acee Color CSS Codes

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

#18acee Text Font Color

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

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


#18acee Background Color

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

This div background color is #18acee


#18acee Border Color

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

This div border color is #18acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18acee


Comments

No comments written yet.

Please login to write comment.