Color Hex Logo

#49fe07 Color Hex

#49FE07
(73,254,7)
0 Favorites   0 Comments

Color spaces of #49fe07

RGB 732547
HSL0.290.990.51
HSV104°97°100°
CMYK 0.710.000.97   0.00
XYZ38.227872.315412.1445
Yxy72.31540.31160.5894
Hunter Lab85.0385-68.575251.0596
CIE-Lab88.1202-79.716983.2448

#49fe07 color RGB value is (73,254,7).

#49fe07 hex color red value is 73, green value is 254 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #49fe07 hue: 0.29 , saturation: 0.99 and the lightness value of 49fe07 is 0.51.

The process color (four color CMYK) of #49fe07 color hex is 0.71, 0.00, 0.97, 0.00. Web safe color of #49fe07 is #33ff00. Color #49fe07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111110 00000111
Octal 111 376 7
Decimal 73 254 7
Hex 49 FE 7

RGB Percentages of Color #49fe07

%21.86
%76.05
%2.10

CMYK Percentages of Color #49fe07

%71
%0
%97
%0

Triadic Colors of #49fe07

#49fe07 #0749fe #fe0749

Analogous Colors of #49fe07

#49fe07 #07fe40 #c5fe07

Monochromatic Colors of #49fe07

#49fe07

Complementary Color

#49fe07 #bc07fe

#49fe07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fe07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fe07 Color CSS Codes

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

#49fe07 Text Font Color

<p style="color:#49fe07">Text here</p>

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


#49fe07 Background Color

<div style="background-color:#49fe07">
Div content here</div>

This div background color is #49fe07


#49fe07 Border Color

<div style="border:3px solid #49fe07">
Div here</div>

This div border color is #49fe07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,254,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49fe07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49fe07;
  -webkit-box-shadow: 1px 1px 3px 2px #49fe07;
  box-shadow:         1px 1px 3px 2px #49fe07; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fe07


Comments

No comments written yet.

Please login to write comment.