Color Hex Logo

#7eba32 Color Hex

#7EBA32
(126,186,50)
0 Favorites   0 Comments

Color spaces of #7eba32

RGB 12618650
HSL0.240.580.46
HSV86°73°73°
CMYK 0.320.000.73   0.27
XYZ26.738839.78379.2874
Yxy39.78370.35270.5248
Hunter Lab63.0743-34.709435.4218
CIE-Lab69.3152-40.117359.0562

#7eba32 color RGB value is (126,186,50).

#7eba32 hex color red value is 126, green value is 186 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #7eba32 hue: 0.24 , saturation: 0.58 and the lightness value of 7eba32 is 0.46.

The process color (four color CMYK) of #7eba32 color hex is 0.32, 0.00, 0.73, 0.27. Web safe color of #7eba32 is #66cc33. Color #7eba32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 00110010
Octal 176 272 62
Decimal 126 186 50
Hex 7E BA 32

RGB Percentages of Color #7eba32

%34.81
%51.38
%13.81

CMYK Percentages of Color #7eba32

%32
%0
%73
%27

Triadic Colors of #7eba32

#7eba32 #327eba #ba327e

Analogous Colors of #7eba32

#7eba32 #3aba32 #bab232

Monochromatic Colors of #7eba32

#7eba32

Complementary Color

#7eba32 #6e32ba

#7eba32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eba32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eba32 Color CSS Codes

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

#7eba32 Text Font Color

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

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


#7eba32 Background Color

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

This div background color is #7eba32


#7eba32 Border Color

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

This div border color is #7eba32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eba32


Comments

No comments written yet.

Please login to write comment.