Color Hex Logo

#7ebe72 Color Hex

#7EBE72
(126,190,114)
0 Favorites   0 Comments

Color spaces of #7ebe72

RGB 126190114
HSL0.310.370.60
HSV111°40°75°
CMYK 0.340.000.40   0.25
XYZ30.054942.477422.5345
Yxy42.47740.31610.4468
Hunter Lab65.1747-31.741525.1224
CIE-Lab71.1988-35.217032.0407

#7ebe72 color RGB value is (126,190,114).

#7ebe72 hex color red value is 126, green value is 190 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #7ebe72 hue: 0.31 , saturation: 0.37 and the lightness value of 7ebe72 is 0.60.

The process color (four color CMYK) of #7ebe72 color hex is 0.34, 0.00, 0.40, 0.25. Web safe color of #7ebe72 is #66cc66. Color #7ebe72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 01110010
Octal 176 276 162
Decimal 126 190 114
Hex 7E BE 72

RGB Percentages of Color #7ebe72

%29.30
%44.19
%26.51

CMYK Percentages of Color #7ebe72

%34
%0
%40
%25

Triadic Colors of #7ebe72

#7ebe72 #727ebe #be727e

Analogous Colors of #7ebe72

#7ebe72 #72be8c #a4be72

Monochromatic Colors of #7ebe72

#7ebe72

Complementary Color

#7ebe72 #b272be

#7ebe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebe72 Color CSS Codes

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

#7ebe72 Text Font Color

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

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


#7ebe72 Background Color

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

This div background color is #7ebe72


#7ebe72 Border Color

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

This div border color is #7ebe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebe72


Comments

No comments written yet.

Please login to write comment.