Color Hex Logo

#18edfc Color Hex

#18EDFC
(24,237,252)
0 Favorites   0 Comments

Color spaces of #18edfc

RGB 24237252
HSL0.510.970.54
HSV184°90°99°
CMYK 0.900.060.00   0.01
XYZ48.231667.7908102.6383
Yxy67.79080.22060.3100
Hunter Lab82.3352-39.5220-16.2758
CIE-Lab85.9017-40.4200-20.4083

#18edfc color RGB value is (24,237,252).

#18edfc hex color red value is 24, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #18edfc hue: 0.51 , saturation: 0.97 and the lightness value of 18edfc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101101 11111100
Octal 30 355 374
Decimal 24 237 252
Hex 18 ED FC

RGB Percentages of Color #18edfc

%4.68
%46.20
%49.12

CMYK Percentages of Color #18edfc

%90
%6
%0
%1

Triadic Colors of #18edfc

#18edfc #fc18ed #edfc18

Analogous Colors of #18edfc

#18edfc #187bfc #18fc99

Monochromatic Colors of #18edfc

#18edfc

Complementary Color

#18edfc #fc2718

#18edfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18edfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#18edfc Color CSS Codes

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

#18edfc Text Font Color

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

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


#18edfc Background Color

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

This div background color is #18edfc


#18edfc Border Color

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

This div border color is #18edfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18edfc

Related Colors


Comments

No comments written yet.

Please login to write comment.