Color Hex Logo

#7ebd40 Color Hex

#7EBD40
(126,189,64)
0 Favorites   0 Comments

Color spaces of #7ebd40

RGB 12618964
HSL0.250.490.50
HSV90°66°74°
CMYK 0.330.000.66   0.26
XYZ27.727241.201011.3417
Yxy41.20100.34540.5133
Hunter Lab64.1880-35.222634.4554
CIE-Lab70.3165-40.445354.7188

#7ebd40 color RGB value is (126,189,64).

#7ebd40 hex color red value is 126, green value is 189 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #7ebd40 hue: 0.25 , saturation: 0.49 and the lightness value of 7ebd40 is 0.50.

The process color (four color CMYK) of #7ebd40 color hex is 0.33, 0.00, 0.66, 0.26. Web safe color of #7ebd40 is #66cc33. Color #7ebd40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 01000000
Octal 176 275 100
Decimal 126 189 64
Hex 7E BD 40

RGB Percentages of Color #7ebd40

%33.25
%49.87
%16.89

CMYK Percentages of Color #7ebd40

%33
%0
%66
%26

Triadic Colors of #7ebd40

#7ebd40 #407ebd #bd407e

Analogous Colors of #7ebd40

#7ebd40 #40bd41 #bdbd40

Monochromatic Colors of #7ebd40

#7ebd40

Complementary Color

#7ebd40 #7f40bd

#7ebd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebd40 Color CSS Codes

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

#7ebd40 Text Font Color

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

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


#7ebd40 Background Color

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

This div background color is #7ebd40


#7ebd40 Border Color

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

This div border color is #7ebd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebd40


Comments

No comments written yet.

Please login to write comment.