Color Hex Logo

#18cfed Color Hex

#18CFED
(24,207,237)
0 Favorites   0 Comments

Color spaces of #18cfed

RGB 24207237
HSL0.520.860.51
HSV188°90°93°
CMYK 0.900.130.00   0.07
XYZ37.975650.934387.9505
Yxy50.93430.21470.2880
Hunter Lab71.3683-29.9133-23.1081
CIE-Lab76.6392-31.0433-26.5386

#18cfed color RGB value is (24,207,237).

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

The process color (four color CMYK) of #18cfed color hex is 0.90, 0.13, 0.00, 0.07. Web safe color of #18cfed is #00ccff. Color #18cfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001111 11101101
Octal 30 317 355
Decimal 24 207 237
Hex 18 CF ED

RGB Percentages of Color #18cfed

%5.13
%44.23
%50.64

CMYK Percentages of Color #18cfed

%90
%13
%0
%7

Triadic Colors of #18cfed

#18cfed #ed18cf #cfed18

Analogous Colors of #18cfed

#18cfed #1865ed #18eda1

Monochromatic Colors of #18cfed

#18cfed

Complementary Color

#18cfed #ed3618

#18cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#18cfed Color CSS Codes

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

#18cfed Text Font Color

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

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


#18cfed Background Color

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

This div background color is #18cfed


#18cfed Border Color

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

This div border color is #18cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18cfed


Comments

No comments written yet.

Please login to write comment.