Color Hex Logo

#46b26a Color Hex

#46B26A
(70,178,106)
0 Favorites   0 Comments

Color spaces of #46b26a

RGB 70178106
HSL0.390.440.49
HSV140°61°70°
CMYK 0.610.000.40   0.30
XYZ21.047734.183519.1244
Yxy34.18350.28310.4597
Hunter Lab58.4667-38.057621.5329
CIE-Lab65.1080-47.103327.8358

#46b26a color RGB value is (70,178,106).

#46b26a hex color red value is 70, green value is 178 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #46b26a hue: 0.39 , saturation: 0.44 and the lightness value of 46b26a is 0.49.

The process color (four color CMYK) of #46b26a color hex is 0.61, 0.00, 0.40, 0.30. Web safe color of #46b26a is #339966. Color #46b26a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10110010 01101010
Octal 106 262 152
Decimal 70 178 106
Hex 46 B2 6A

RGB Percentages of Color #46b26a

%19.77
%50.28
%29.94

CMYK Percentages of Color #46b26a

%61
%0
%40
%30

Triadic Colors of #46b26a

#46b26a #6a46b2 #b26a46

Analogous Colors of #46b26a

#46b26a #46b2a0 #58b246

Monochromatic Colors of #46b26a

#46b26a

Complementary Color

#46b26a #b2468e

#46b26a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46b26a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46b26a Color CSS Codes

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

#46b26a Text Font Color

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

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


#46b26a Background Color

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

This div background color is #46b26a


#46b26a Border Color

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

This div border color is #46b26a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46b26a


Comments

No comments written yet.

Please login to write comment.