Color Hex Logo

#18aee1 Color Hex

#18AEE1
(24,174,225)
0 Favorites   0 Comments

Color spaces of #18aee1

RGB 24174225
HSL0.540.810.49
HSV195°89°88°
CMYK 0.890.230.00   0.12
XYZ29.103335.902576.6301
Yxy35.90250.20550.2535
Hunter Lab59.9187-18.1579-33.8830
CIE-Lab66.4454-18.3617-35.7530

#18aee1 color RGB value is (24,174,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101110 11100001
Octal 30 256 341
Decimal 24 174 225
Hex 18 AE E1

RGB Percentages of Color #18aee1

%5.67
%41.13
%53.19

CMYK Percentages of Color #18aee1

%89
%23
%0
%12

Triadic Colors of #18aee1

#18aee1 #e118ae #aee118

Analogous Colors of #18aee1

#18aee1 #184ae1 #18e1b0

Monochromatic Colors of #18aee1

#18aee1

Complementary Color

#18aee1 #e14b18

#18aee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18aee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#18aee1 Color CSS Codes

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

#18aee1 Text Font Color

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

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


#18aee1 Background Color

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

This div background color is #18aee1


#18aee1 Border Color

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

This div border color is #18aee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18aee1


Comments

No comments written yet.

Please login to write comment.