Color Hex Logo

#7eca2b Color Hex

#7ECA2B
(126,202,43)
0 Favorites   0 Comments

Color spaces of #7eca2b

RGB 12620243
HSL0.250.650.48
HSV89°79°79°
CMYK 0.380.000.79   0.21
XYZ30.160846.85119.7390
Yxy46.85110.34770.5401
Hunter Lab68.4479-41.129739.4775
CIE-Lab74.0944-47.298465.8919

#7eca2b color RGB value is (126,202,43).

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

The process color (four color CMYK) of #7eca2b color hex is 0.38, 0.00, 0.79, 0.21. Web safe color of #7eca2b is #66cc33. Color #7eca2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 00101011
Octal 176 312 53
Decimal 126 202 43
Hex 7E CA 2B

RGB Percentages of Color #7eca2b

%33.96
%54.45
%11.59

CMYK Percentages of Color #7eca2b

%38
%0
%79
%21

Triadic Colors of #7eca2b

#7eca2b #2b7eca #ca2b7e

Analogous Colors of #7eca2b

#7eca2b #2fca2b #cac72b

Monochromatic Colors of #7eca2b

#7eca2b

Complementary Color

#7eca2b #772bca

#7eca2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eca2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eca2b Color CSS Codes

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

#7eca2b Text Font Color

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

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


#7eca2b Background Color

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

This div background color is #7eca2b


#7eca2b Border Color

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

This div border color is #7eca2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,202,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 #7eca2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eca2b


Comments

No comments written yet.

Please login to write comment.