Color Hex Logo

#7eab6f Color Hex

#7EAB6F
(126,171,111)
0 Favorites   0 Comments

Color spaces of #7eab6f

RGB 126171111
HSL0.290.260.55
HSV105°35°67°
CMYK 0.260.000.35   0.33
XYZ26.036334.709120.3662
Yxy34.70910.32100.4279
Hunter Lab58.9144-24.215020.7441
CIE-Lab65.5216-26.660126.1753

#7eab6f color RGB value is (126,171,111).

#7eab6f hex color red value is 126, green value is 171 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7eab6f hue: 0.29 , saturation: 0.26 and the lightness value of 7eab6f is 0.55.

The process color (four color CMYK) of #7eab6f color hex is 0.26, 0.00, 0.35, 0.33. Web safe color of #7eab6f is #669966. Color #7eab6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101011 01101111
Octal 176 253 157
Decimal 126 171 111
Hex 7E AB 6F

RGB Percentages of Color #7eab6f

%30.88
%41.91
%27.21

CMYK Percentages of Color #7eab6f

%26
%0
%35
%33

Triadic Colors of #7eab6f

#7eab6f #6f7eab #ab6f7e

Analogous Colors of #7eab6f

#7eab6f #6fab7e #9cab6f

Monochromatic Colors of #7eab6f

#7eab6f

Complementary Color

#7eab6f #9c6fab

#7eab6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eab6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eab6f Color CSS Codes

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

#7eab6f Text Font Color

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

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


#7eab6f Background Color

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

This div background color is #7eab6f


#7eab6f Border Color

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

This div border color is #7eab6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,171,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7eab6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7eab6f;
  -webkit-box-shadow: 1px 1px 3px 2px #7eab6f;
  box-shadow:         1px 1px 3px 2px #7eab6f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,171,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eab6f


Comments

No comments written yet.

Please login to write comment.