Color Hex Logo

#7fac2e Color Hex

#7FAC2E
(127,172,46)
0 Favorites   0 Comments

Color spaces of #7fac2e

RGB 12717246
HSL0.230.580.43
HSV81°73°67°
CMYK 0.260.000.73   0.33
XYZ23.998134.21437.9240
Yxy34.21430.36290.5173
Hunter Lab58.4930-29.129032.9131
CIE-Lab65.1323-33.687156.3823

#7fac2e color RGB value is (127,172,46).

#7fac2e hex color red value is 127, green value is 172 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7fac2e hue: 0.23 , saturation: 0.58 and the lightness value of 7fac2e is 0.43.

The process color (four color CMYK) of #7fac2e color hex is 0.26, 0.00, 0.73, 0.33. Web safe color of #7fac2e is #669933. Color #7fac2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 00101110
Octal 177 254 56
Decimal 127 172 46
Hex 7F AC 2E

RGB Percentages of Color #7fac2e

%36.81
%49.86
%13.33

CMYK Percentages of Color #7fac2e

%26
%0
%73
%33

Triadic Colors of #7fac2e

#7fac2e #2e7fac #ac2e7f

Analogous Colors of #7fac2e

#7fac2e #40ac2e #ac9a2e

Monochromatic Colors of #7fac2e

#7fac2e

Complementary Color

#7fac2e #5b2eac

#7fac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fac2e Color CSS Codes

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

#7fac2e Text Font Color

<p style="color:#7fac2e">Text here</p>

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


#7fac2e Background Color

<div style="background-color:#7fac2e">
Div content here</div>

This div background color is #7fac2e


#7fac2e Border Color

<div style="border:3px solid #7fac2e">
Div here</div>

This div border color is #7fac2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fac2e


Comments

No comments written yet.

Please login to write comment.