Color Hex Logo

#48fe0e Color Hex

#48FE0E
(72,254,14)
0 Favorites   0 Comments

Color spaces of #48fe0e

RGB 7225414
HSL0.290.990.53
HSV106°94°100°
CMYK 0.720.000.94   0.00
XYZ38.193672.293012.3564
Yxy72.29300.31090.5885
Hunter Lab85.0253-68.611650.9013
CIE-Lab88.1094-79.780782.6696

#48fe0e color RGB value is (72,254,14).

#48fe0e hex color red value is 72, green value is 254 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #48fe0e hue: 0.29 , saturation: 0.99 and the lightness value of 48fe0e is 0.53.

The process color (four color CMYK) of #48fe0e color hex is 0.72, 0.00, 0.94, 0.00. Web safe color of #48fe0e is #33ff00. Color #48fe0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111110 00001110
Octal 110 376 16
Decimal 72 254 14
Hex 48 FE E

RGB Percentages of Color #48fe0e

%21.18
%74.71
%4.12

CMYK Percentages of Color #48fe0e

%72
%0
%94
%0

Triadic Colors of #48fe0e

#48fe0e #0e48fe #fe0e48

Analogous Colors of #48fe0e

#48fe0e #0efe4c #c0fe0e

Monochromatic Colors of #48fe0e

#48fe0e

Complementary Color

#48fe0e #c40efe

#48fe0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fe0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fe0e Color CSS Codes

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

#48fe0e Text Font Color

<p style="color:#48fe0e">Text here</p>

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


#48fe0e Background Color

<div style="background-color:#48fe0e">
Div content here</div>

This div background color is #48fe0e


#48fe0e Border Color

<div style="border:3px solid #48fe0e">
Div here</div>

This div border color is #48fe0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,254,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48fe0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48fe0e;
  -webkit-box-shadow: 1px 1px 3px 2px #48fe0e;
  box-shadow:         1px 1px 3px 2px #48fe0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,254,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fe0e

Related Colors


Comments

No comments written yet.

Please login to write comment.