Color Hex Logo

#7ead26 Color Hex

#7EAD26
(126,173,38)
0 Favorites   0 Comments

Color spaces of #7ead26

RGB 12617338
HSL0.220.640.41
HSV81°78°68°
CMYK 0.270.000.78   0.32
XYZ23.897634.46277.2262
Yxy34.46270.36440.5255
Hunter Lab58.7049-30.069933.7952
CIE-Lab65.3282-34.973159.2468

#7ead26 color RGB value is (126,173,38).

#7ead26 hex color red value is 126, green value is 173 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #7ead26 hue: 0.22 , saturation: 0.64 and the lightness value of 7ead26 is 0.41.

The process color (four color CMYK) of #7ead26 color hex is 0.27, 0.00, 0.78, 0.32. Web safe color of #7ead26 is #669933. Color #7ead26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 00100110
Octal 176 255 46
Decimal 126 173 38
Hex 7E AD 26

RGB Percentages of Color #7ead26

%37.39
%51.34
%11.28

CMYK Percentages of Color #7ead26

%27
%0
%78
%32

Triadic Colors of #7ead26

#7ead26 #267ead #ad267e

Analogous Colors of #7ead26

#7ead26 #3bad26 #ad9926

Monochromatic Colors of #7ead26

#7ead26

Complementary Color

#7ead26 #5526ad

#7ead26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ead26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ead26 Color CSS Codes

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

#7ead26 Text Font Color

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

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


#7ead26 Background Color

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

This div background color is #7ead26


#7ead26 Border Color

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

This div border color is #7ead26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ead26


Comments

No comments written yet.

Please login to write comment.