Color Hex Logo

#46ba29 Color Hex

#46BA29
(70,186,41)
0 Favorites   0 Comments

Color spaces of #46ba29

RGB 7018641
HSL0.300.640.45
HSV108°78°73°
CMYK 0.620.000.78   0.27
XYZ20.484936.58008.0788
Yxy36.58000.31450.5615
Hunter Lab60.4814-45.384934.4173
CIE-Lab66.9607-57.809958.9945

#46ba29 color RGB value is (70,186,41).

#46ba29 hex color red value is 70, green value is 186 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #46ba29 hue: 0.30 , saturation: 0.64 and the lightness value of 46ba29 is 0.45.

The process color (four color CMYK) of #46ba29 color hex is 0.62, 0.00, 0.78, 0.27. Web safe color of #46ba29 is #33cc33. Color #46ba29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111010 00101001
Octal 106 272 51
Decimal 70 186 41
Hex 46 BA 29

RGB Percentages of Color #46ba29

%23.57
%62.63
%13.80

CMYK Percentages of Color #46ba29

%62
%0
%78
%27

Triadic Colors of #46ba29

#46ba29 #2946ba #ba2946

Analogous Colors of #46ba29

#46ba29 #29ba55 #8fba29

Monochromatic Colors of #46ba29

#46ba29

Complementary Color

#46ba29 #9d29ba

#46ba29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ba29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ba29 Color CSS Codes

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

#46ba29 Text Font Color

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

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


#46ba29 Background Color

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

This div background color is #46ba29


#46ba29 Border Color

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

This div border color is #46ba29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ba29


Comments

No comments written yet.

Please login to write comment.