Color Hex Logo

#46a81b Color Hex

#46A81B
(70,168,27)
0 Favorites   0 Comments

Color spaces of #46a81b

RGB 7016827
HSL0.280.720.38
HSV102°84°66°
CMYK 0.580.000.84   0.34
XYZ16.726229.38655.8275
Yxy29.38650.32200.5658
Hunter Lab54.2093-39.790431.5728
CIE-Lab61.1212-52.226757.5967

#46a81b color RGB value is (70,168,27).

#46a81b hex color red value is 70, green value is 168 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #46a81b hue: 0.28 , saturation: 0.72 and the lightness value of 46a81b is 0.38.

The process color (four color CMYK) of #46a81b color hex is 0.58, 0.00, 0.84, 0.34. Web safe color of #46a81b is #339933. Color #46a81b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101000 00011011
Octal 106 250 33
Decimal 70 168 27
Hex 46 A8 1B

RGB Percentages of Color #46a81b

%26.42
%63.40
%10.19

CMYK Percentages of Color #46a81b

%58
%0
%84
%34

Triadic Colors of #46a81b

#46a81b #1b46a8 #a81b46

Analogous Colors of #46a81b

#46a81b #1ba837 #8da81b

Monochromatic Colors of #46a81b

#46a81b

Complementary Color

#46a81b #7d1ba8

#46a81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46a81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46a81b Color CSS Codes

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

#46a81b Text Font Color

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

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


#46a81b Background Color

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

This div background color is #46a81b


#46a81b Border Color

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

This div border color is #46a81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46a81b


Comments

No comments written yet.

Please login to write comment.