Color Hex Logo

#7feb6a Color Hex

#7FEB6A
(127,235,106)
0 Favorites   0 Comments

Color spaces of #7feb6a

RGB 127235106
HSL0.310.760.67
HSV110°55°92°
CMYK 0.460.000.55   0.08
XYZ41.062264.969324.0118
Yxy64.96930.31580.4996
Hunter Lab80.6035-50.122238.7600
CIE-Lab84.4679-55.069252.3877

#7feb6a color RGB value is (127,235,106).

#7feb6a hex color red value is 127, green value is 235 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7feb6a hue: 0.31 , saturation: 0.76 and the lightness value of 7feb6a is 0.67.

The process color (four color CMYK) of #7feb6a color hex is 0.46, 0.00, 0.55, 0.08. Web safe color of #7feb6a is #66ff66. Color #7feb6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 01101010
Octal 177 353 152
Decimal 127 235 106
Hex 7F EB 6A

RGB Percentages of Color #7feb6a

%27.14
%50.21
%22.65

CMYK Percentages of Color #7feb6a

%46
%0
%55
%8

Triadic Colors of #7feb6a

#7feb6a #6a7feb #eb6a7f

Analogous Colors of #7feb6a

#7feb6a #6aeb96 #c0eb6a

Monochromatic Colors of #7feb6a

#7feb6a

Complementary Color

#7feb6a #d66aeb

#7feb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7feb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7feb6a Color CSS Codes

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

#7feb6a Text Font Color

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

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


#7feb6a Background Color

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

This div background color is #7feb6a


#7feb6a Border Color

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

This div border color is #7feb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7feb6a


Comments

No comments written yet.

Please login to write comment.