Color Hex Logo

#18adff Color Hex

#18ADFF
(24,173,255)
0 Favorites   0 Comments

Color spaces of #18adff

RGB 24173255
HSL0.561.000.55
HSV201°91°100°
CMYK 0.910.320.00   0.00
XYZ33.370337.3013100.0488
Yxy37.30130.19550.2185
Hunter Lab61.0748-9.3513-54.3727
CIE-Lab67.5025-7.1932-50.4680

#18adff color RGB value is (24,173,255).

#18adff hex color red value is 24, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #18adff hue: 0.56 , saturation: 1.00 and the lightness value of 18adff is 0.55.

The process color (four color CMYK) of #18adff color hex is 0.91, 0.32, 0.00, 0.00. Web safe color of #18adff is #0099ff. Color #18adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101101 11111111
Octal 30 255 377
Decimal 24 173 255
Hex 18 AD FF

RGB Percentages of Color #18adff

%5.31
%38.27
%56.42

CMYK Percentages of Color #18adff

%91
%32
%0
%0

Triadic Colors of #18adff

#18adff #ff18ad #adff18

Analogous Colors of #18adff

#18adff #183aff #18ffde

Monochromatic Colors of #18adff

#18adff

Complementary Color

#18adff #ff6a18

#18adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#18adff Color CSS Codes

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

#18adff Text Font Color

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

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


#18adff Background Color

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

This div background color is #18adff


#18adff Border Color

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

This div border color is #18adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18adff


Comments

No comments written yet.

Please login to write comment.