Color Hex Logo

#18efec Color Hex

#18EFEC
(24,239,236)
0 Favorites   0 Comments

Color spaces of #18efec

RGB 24239236
HSL0.500.870.52
HSV179°90°94°
CMYK 0.900.000.01   0.06
XYZ46.383567.983390.0343
Yxy67.98330.22690.3326
Hunter Lab82.4520-43.8755-7.0259
CIE-Lab85.9981-45.9957-11.8621

#18efec color RGB value is (24,239,236).

#18efec hex color red value is 24, green value is 239 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #18efec hue: 0.50 , saturation: 0.87 and the lightness value of 18efec is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101111 11101100
Octal 30 357 354
Decimal 24 239 236
Hex 18 EF EC

RGB Percentages of Color #18efec

%4.81
%47.90
%47.29

CMYK Percentages of Color #18efec

%90
%0
%1
%6

Triadic Colors of #18efec

#18efec #ec18ef #efec18

Analogous Colors of #18efec

#18efec #1887ef #18ef81

Monochromatic Colors of #18efec

#18efec

Complementary Color

#18efec #ef181b

#18efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#18efec Color CSS Codes

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

#18efec Text Font Color

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

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


#18efec Background Color

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

This div background color is #18efec


#18efec Border Color

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

This div border color is #18efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18efec


Comments

No comments written yet.

Please login to write comment.