Color Hex Logo

#46b50c Color Hex

#46B50C
(70,181,12)
0 Favorites   0 Comments

Color spaces of #46b50c

RGB 7018112
HSL0.280.880.38
HSV99°93°71°
CMYK 0.610.000.93   0.29
XYZ19.116034.37645.9756
Yxy34.37640.32150.5781
Hunter Lab58.6314-44.407334.9992
CIE-Lab65.2602-57.312364.0997

#46b50c color RGB value is (70,181,12).

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

The process color (four color CMYK) of #46b50c color hex is 0.61, 0.00, 0.93, 0.29. Web safe color of #46b50c is #33cc00. Color #46b50c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10110101 00001100
Octal 106 265 14
Decimal 70 181 12
Hex 46 B5 C

RGB Percentages of Color #46b50c

%26.62
%68.82
%4.56

CMYK Percentages of Color #46b50c

%61
%0
%93
%29

Triadic Colors of #46b50c

#46b50c #0c46b5 #b50c46

Analogous Colors of #46b50c

#46b50c #0cb527 #9bb50c

Monochromatic Colors of #46b50c

#46b50c

Complementary Color

#46b50c #7b0cb5

#46b50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46b50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46b50c Color CSS Codes

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

#46b50c Text Font Color

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

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


#46b50c Background Color

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

This div background color is #46b50c


#46b50c Border Color

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

This div border color is #46b50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46b50c


Comments

No comments written yet.

Please login to write comment.