Color Hex Logo

#7edb2b Color Hex

#7EDB2B
(126,219,43)
0 Favorites   0 Comments

Color spaces of #7edb2b

RGB 12621943
HSL0.250.710.51
HSV92°80°86°
CMYK 0.420.000.80   0.14
XYZ34.371755.273111.1427
Yxy55.27310.34100.5484
Hunter Lab74.3459-47.580943.1559
CIE-Lab79.1983-54.112770.5858

#7edb2b color RGB value is (126,219,43).

#7edb2b hex color red value is 126, green value is 219 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #7edb2b hue: 0.25 , saturation: 0.71 and the lightness value of 7edb2b is 0.51.

The process color (four color CMYK) of #7edb2b color hex is 0.42, 0.00, 0.80, 0.14. Web safe color of #7edb2b is #66cc33. Color #7edb2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 00101011
Octal 176 333 53
Decimal 126 219 43
Hex 7E DB 2B

RGB Percentages of Color #7edb2b

%32.47
%56.44
%11.08

CMYK Percentages of Color #7edb2b

%42
%0
%80
%14

Triadic Colors of #7edb2b

#7edb2b #2b7edb #db2b7e

Analogous Colors of #7edb2b

#7edb2b #2bdb30 #d6db2b

Monochromatic Colors of #7edb2b

#7edb2b

Complementary Color

#7edb2b #882bdb

#7edb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edb2b Color CSS Codes

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

#7edb2b Text Font Color

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

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


#7edb2b Background Color

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

This div background color is #7edb2b


#7edb2b Border Color

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

This div border color is #7edb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edb2b


Comments

No comments written yet.

Please login to write comment.