Color Hex Logo

#18efe4 Color Hex

#18EFE4
(24,239,228)
0 Favorites   0 Comments

Color spaces of #18efe4

RGB 24239228
HSL0.490.870.52
HSV177°90°94°
CMYK 0.900.000.05   0.06
XYZ45.246867.528684.0484
Yxy67.52860.22990.3431
Hunter Lab82.1758-45.5238-3.1180
CIE-Lab85.7702-48.2556-7.9991

#18efe4 color RGB value is (24,239,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11101111 11100100
Octal 30 357 344
Decimal 24 239 228
Hex 18 EF E4

RGB Percentages of Color #18efe4

%4.89
%48.68
%46.44

CMYK Percentages of Color #18efe4

%90
%0
%5
%6

Triadic Colors of #18efe4

#18efe4 #e418ef #efe418

Analogous Colors of #18efe4

#18efe4 #188fef #18ef79

Monochromatic Colors of #18efe4

#18efe4

Complementary Color

#18efe4 #ef1823

#18efe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18efe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#18efe4 Color CSS Codes

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

#18efe4 Text Font Color

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

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


#18efe4 Background Color

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

This div background color is #18efe4


#18efe4 Border Color

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

This div border color is #18efe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18efe4


Comments

No comments written yet.

Please login to write comment.