Color Hex Logo

#18fc7e Color Hex

#18FC7E
(24,252,126)
0 Favorites   0 Comments

Color spaces of #18fc7e

RGB 24252126
HSL0.410.970.54
HSV147°90°99°
CMYK 0.900.000.50   0.01
XYZ38.953071.321431.4520
Yxy71.32140.27480.5032
Hunter Lab84.4520-65.458937.0353
CIE-Lab87.6409-75.331946.4827

#18fc7e color RGB value is (24,252,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 11111100 01111110
Octal 30 374 176
Decimal 24 252 126
Hex 18 FC 7E

RGB Percentages of Color #18fc7e

%5.97
%62.69
%31.34

CMYK Percentages of Color #18fc7e

%90
%0
%50
%1

Triadic Colors of #18fc7e

#18fc7e #7e18fc #fc7e18

Analogous Colors of #18fc7e

#18fc7e #18fcf0 #24fc18

Monochromatic Colors of #18fc7e

#18fc7e

Complementary Color

#18fc7e #fc1896

#18fc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18fc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18fc7e Color CSS Codes

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

#18fc7e Text Font Color

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

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


#18fc7e Background Color

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

This div background color is #18fc7e


#18fc7e Border Color

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

This div border color is #18fc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18fc7e

Related Colors


Comments

No comments written yet.

Please login to write comment.