Color Hex Logo

#49ec06 Color Hex

#49EC06
(73,236,6)
0 Favorites   0 Comments

Color spaces of #49ec06

RGB 732366
HSL0.280.950.47
HSV103°97°93°
CMYK 0.690.000.97   0.07
XYZ32.776061.420510.3002
Yxy61.42050.31370.5878
Hunter Lab78.3712-62.498347.0675
CIE-Lab82.6043-74.393778.8780

#49ec06 color RGB value is (73,236,6).

#49ec06 hex color red value is 73, green value is 236 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #49ec06 hue: 0.28 , saturation: 0.95 and the lightness value of 49ec06 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101100 00000110
Octal 111 354 6
Decimal 73 236 6
Hex 49 EC 6

RGB Percentages of Color #49ec06

%23.17
%74.92
%1.90

CMYK Percentages of Color #49ec06

%69
%0
%97
%7

Triadic Colors of #49ec06

#49ec06 #0649ec #ec0649

Analogous Colors of #49ec06

#49ec06 #06ec36 #bcec06

Monochromatic Colors of #49ec06

#49ec06

Complementary Color

#49ec06 #a906ec

#49ec06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ec06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ec06 Color CSS Codes

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

#49ec06 Text Font Color

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

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


#49ec06 Background Color

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

This div background color is #49ec06


#49ec06 Border Color

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

This div border color is #49ec06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ec06


Comments

No comments written yet.

Please login to write comment.