Color Hex Logo

#7aeb32 Color Hex

#7AEB32
(122,235,50)
0 Favorites   0 Comments

Color spaces of #7aeb32

RGB 12223550
HSL0.270.820.56
HSV97°79°92°
CMYK 0.480.000.79   0.08
XYZ38.310163.784513.3101
Yxy63.78450.33200.5527
Hunter Lab79.8652-54.140446.0245
CIE-Lab83.8534-61.061172.9020

#7aeb32 color RGB value is (122,235,50).

#7aeb32 hex color red value is 122, green value is 235 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #7aeb32 hue: 0.27 , saturation: 0.82 and the lightness value of 7aeb32 is 0.56.

The process color (four color CMYK) of #7aeb32 color hex is 0.48, 0.00, 0.79, 0.08. Web safe color of #7aeb32 is #66ff33. Color #7aeb32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 00110010
Octal 172 353 62
Decimal 122 235 50
Hex 7A EB 32

RGB Percentages of Color #7aeb32

%29.98
%57.74
%12.29

CMYK Percentages of Color #7aeb32

%48
%0
%79
%8

Triadic Colors of #7aeb32

#7aeb32 #327aeb #eb327a

Analogous Colors of #7aeb32

#7aeb32 #32eb46 #d7eb32

Monochromatic Colors of #7aeb32

#7aeb32

Complementary Color

#7aeb32 #a332eb

#7aeb32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeb32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeb32 Color CSS Codes

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

#7aeb32 Text Font Color

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

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


#7aeb32 Background Color

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

This div background color is #7aeb32


#7aeb32 Border Color

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

This div border color is #7aeb32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeb32


Comments

No comments written yet.

Please login to write comment.