Color Hex Logo

#18efff Color Hex

#18EFFF
(24,239,255)
0 Favorites   0 Comments

Color spaces of #18efff

RGB 24239255
HSL0.511.000.55
HSV184°91°100°
CMYK 0.910.060.00   0.00
XYZ49.293269.1472105.3565
Yxy69.14720.22030.3090
Hunter Lab83.1548-39.7082-16.9116
CIE-Lab86.5769-40.4254-20.9604

#18efff color RGB value is (24,239,255).

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

The process color (four color CMYK) of #18efff color hex is 0.91, 0.06, 0.00, 0.00. Web safe color of #18efff is #00ffff. Color #18efff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101111 11111111
Octal 30 357 377
Decimal 24 239 255
Hex 18 EF FF

RGB Percentages of Color #18efff

%4.63
%46.14
%49.23

CMYK Percentages of Color #18efff

%91
%6
%0
%0

Triadic Colors of #18efff

#18efff #ff18ef #efff18

Analogous Colors of #18efff

#18efff #187cff #18ff9c

Monochromatic Colors of #18efff

#18efff

Complementary Color

#18efff #ff2818

#18efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#18efff Color CSS Codes

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

#18efff Text Font Color

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

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


#18efff Background Color

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

This div background color is #18efff


#18efff Border Color

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

This div border color is #18efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18efff

Related Colors


Comments

No comments written yet.

Please login to write comment.