Color Hex Logo

#46b914 Color Hex

#46B914
(70,185,20)
0 Favorites   0 Comments

Color spaces of #46b914

RGB 7018520
HSL0.280.800.40
HSV102°89°73°
CMYK 0.620.000.89   0.27
XYZ20.001036.05056.5661
Yxy36.05050.31940.5757
Hunter Lab60.0421-45.612335.5456
CIE-Lab66.5585-58.455563.9128

#46b914 color RGB value is (70,185,20).

#46b914 hex color red value is 70, green value is 185 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #46b914 hue: 0.28 , saturation: 0.80 and the lightness value of 46b914 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111001 00010100
Octal 106 271 24
Decimal 70 185 20
Hex 46 B9 14

RGB Percentages of Color #46b914

%25.45
%67.27
%7.27

CMYK Percentages of Color #46b914

%62
%0
%89
%27

Triadic Colors of #46b914

#46b914 #1446b9 #b91446

Analogous Colors of #46b914

#46b914 #14b935 #99b914

Monochromatic Colors of #46b914

#46b914

Complementary Color

#46b914 #8714b9

#46b914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46b914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46b914 Color CSS Codes

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

#46b914 Text Font Color

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

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


#46b914 Background Color

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

This div background color is #46b914


#46b914 Border Color

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

This div border color is #46b914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46b914


Comments

No comments written yet.

Please login to write comment.