Color Hex Logo

#18efea Color Hex

#18EFEA
(24,239,234)
0 Favorites   0 Comments

Color spaces of #18efea

RGB 24239234
HSL0.500.870.52
HSV179°90°94°
CMYK 0.900.000.02   0.06
XYZ46.094567.867788.5122
Yxy67.86770.22770.3352
Hunter Lab82.3819-44.2935-6.0347
CIE-Lab85.9403-46.5656-10.8980

#18efea color RGB value is (24,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101111 11101010
Octal 30 357 352
Decimal 24 239 234
Hex 18 EF EA

RGB Percentages of Color #18efea

%4.83
%48.09
%47.08

CMYK Percentages of Color #18efea

%90
%0
%2
%6

Triadic Colors of #18efea

#18efea #ea18ef #efea18

Analogous Colors of #18efea

#18efea #1889ef #18ef7f

Monochromatic Colors of #18efea

#18efea

Complementary Color

#18efea #ef181d

#18efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#18efea Color CSS Codes

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

#18efea Text Font Color

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

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


#18efea Background Color

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

This div background color is #18efea


#18efea Border Color

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

This div border color is #18efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18efea


Comments

No comments written yet.

Please login to write comment.