Color Hex Logo

#46e064 Color Hex

#46E064
(70,224,100)
0 Favorites   0 Comments

Color spaces of #46e064

RGB 70224100
HSL0.370.710.58
HSV132°69°88°
CMYK 0.690.000.55   0.12
XYZ31.481755.533521.1164
Yxy55.53350.29110.5136
Hunter Lab74.5208-55.003235.3640
CIE-Lab79.3476-65.033748.6258

#46e064 color RGB value is (70,224,100).

#46e064 hex color red value is 70, green value is 224 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #46e064 hue: 0.37 , saturation: 0.71 and the lightness value of 46e064 is 0.58.

The process color (four color CMYK) of #46e064 color hex is 0.69, 0.00, 0.55, 0.12. Web safe color of #46e064 is #33cc66. Color #46e064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11100000 01100100
Octal 106 340 144
Decimal 70 224 100
Hex 46 E0 64

RGB Percentages of Color #46e064

%17.77
%56.85
%25.38

CMYK Percentages of Color #46e064

%69
%0
%55
%12

Triadic Colors of #46e064

#46e064 #6446e0 #e06446

Analogous Colors of #46e064

#46e064 #46e0b1 #75e046

Monochromatic Colors of #46e064

#46e064

Complementary Color

#46e064 #e046c2

#46e064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46e064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46e064 Color CSS Codes

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

#46e064 Text Font Color

<p style="color:#46e064">Text here</p>

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


#46e064 Background Color

<div style="background-color:#46e064">
Div content here</div>

This div background color is #46e064


#46e064 Border Color

<div style="border:3px solid #46e064">
Div here</div>

This div border color is #46e064


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,224,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46e064; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46e064;
  -webkit-box-shadow: 1px 1px 3px 2px #46e064;
  box-shadow:         1px 1px 3px 2px #46e064; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,224,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46e064


Comments

No comments written yet.

Please login to write comment.