Color Hex Logo

#46ac5f Color Hex

#46AC5F
(70,172,95)
0 Favorites   0 Comments

Color spaces of #46ac5f

RGB 7017295
HSL0.370.420.47
HSV135°59°67°
CMYK 0.590.000.45   0.33
XYZ19.343931.633415.9128
Yxy31.63340.28920.4729
Hunter Lab56.2436-37.034622.5958
CIE-Lab63.0387-46.577330.9259

#46ac5f color RGB value is (70,172,95).

#46ac5f hex color red value is 70, green value is 172 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #46ac5f hue: 0.37 , saturation: 0.42 and the lightness value of 46ac5f is 0.47.

The process color (four color CMYK) of #46ac5f color hex is 0.59, 0.00, 0.45, 0.33. Web safe color of #46ac5f is #339966. Color #46ac5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101100 01011111
Octal 106 254 137
Decimal 70 172 95
Hex 46 AC 5F

RGB Percentages of Color #46ac5f

%20.77
%51.04
%28.19

CMYK Percentages of Color #46ac5f

%59
%0
%45
%33

Triadic Colors of #46ac5f

#46ac5f #5f46ac #ac5f46

Analogous Colors of #46ac5f

#46ac5f #46ac92 #60ac46

Monochromatic Colors of #46ac5f

#46ac5f

Complementary Color

#46ac5f #ac4693

#46ac5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ac5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ac5f Color CSS Codes

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

#46ac5f Text Font Color

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

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


#46ac5f Background Color

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

This div background color is #46ac5f


#46ac5f Border Color

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

This div border color is #46ac5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ac5f


Comments

No comments written yet.

Please login to write comment.