Color Hex Logo

#46a26b Color Hex

#46A26B
(70,162,107)
0 Favorites   0 Comments

Color spaces of #46a26b

RGB 70162107
HSL0.400.400.45
HSV144°57°64°
CMYK 0.570.000.34   0.36
XYZ18.100028.204318.3999
Yxy28.20430.27970.4359
Hunter Lab53.1077-32.102716.6336
CIE-Lab60.0729-40.237720.5873

#46a26b color RGB value is (70,162,107).

#46a26b hex color red value is 70, green value is 162 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #46a26b hue: 0.40 , saturation: 0.40 and the lightness value of 46a26b is 0.45.

The process color (four color CMYK) of #46a26b color hex is 0.57, 0.00, 0.34, 0.36. Web safe color of #46a26b is #339966. Color #46a26b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10100010 01101011
Octal 106 242 153
Decimal 70 162 107
Hex 46 A2 6B

RGB Percentages of Color #46a26b

%20.65
%47.79
%31.56

CMYK Percentages of Color #46a26b

%57
%0
%34
%36

Triadic Colors of #46a26b

#46a26b #6b46a2 #a26b46

Analogous Colors of #46a26b

#46a26b #46a299 #4fa246

Monochromatic Colors of #46a26b

#46a26b

Complementary Color

#46a26b #a2467d

#46a26b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a26b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a26b Color CSS Codes

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

#46a26b Text Font Color

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

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


#46a26b Background Color

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

This div background color is #46a26b


#46a26b Border Color

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

This div border color is #46a26b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a26b


Comments

No comments written yet.

Please login to write comment.