Color Hex Logo

#7aeb5e Color Hex

#7AEB5E
(122,235,94)
0 Favorites   0 Comments

Color spaces of #7aeb5e

RGB 12223594
HSL0.300.780.65
HSV108°60°92°
CMYK 0.480.000.60   0.08
XYZ39.754864.362420.9176
Yxy64.36240.31790.5148
Hunter Lab80.2262-51.943040.6995
CIE-Lab84.1541-57.771557.2773

#7aeb5e color RGB value is (122,235,94).

#7aeb5e hex color red value is 122, green value is 235 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7aeb5e hue: 0.30 , saturation: 0.78 and the lightness value of 7aeb5e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 01011110
Octal 172 353 136
Decimal 122 235 94
Hex 7A EB 5E

RGB Percentages of Color #7aeb5e

%27.05
%52.11
%20.84

CMYK Percentages of Color #7aeb5e

%48
%0
%60
%8

Triadic Colors of #7aeb5e

#7aeb5e #5e7aeb #eb5e7a

Analogous Colors of #7aeb5e

#7aeb5e #5eeb89 #c1eb5e

Monochromatic Colors of #7aeb5e

#7aeb5e

Complementary Color

#7aeb5e #cf5eeb

#7aeb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeb5e Color CSS Codes

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

#7aeb5e Text Font Color

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

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


#7aeb5e Background Color

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

This div background color is #7aeb5e


#7aeb5e Border Color

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

This div border color is #7aeb5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,235,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeb5e


Comments

No comments written yet.

Please login to write comment.