Color Hex Logo

#7aeb7e Color Hex

#7AEB7E
(122,235,126)
0 Favorites   0 Comments

Color spaces of #7aeb7e

RGB 122235126
HSL0.340.740.70
HSV122°48°92°
CMYK 0.480.000.46   0.08
XYZ41.500365.060630.1093
Yxy65.06060.30370.4760
Hunter Lab80.6602-49.315634.3300
CIE-Lab84.5150-53.932543.0019

#7aeb7e color RGB value is (122,235,126).

#7aeb7e hex color red value is 122, green value is 235 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7aeb7e hue: 0.34 , saturation: 0.74 and the lightness value of 7aeb7e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 01111110
Octal 172 353 176
Decimal 122 235 126
Hex 7A EB 7E

RGB Percentages of Color #7aeb7e

%25.26
%48.65
%26.09

CMYK Percentages of Color #7aeb7e

%48
%0
%46
%8

Triadic Colors of #7aeb7e

#7aeb7e #7e7aeb #eb7e7a

Analogous Colors of #7aeb7e

#7aeb7e #7aebb7 #afeb7a

Monochromatic Colors of #7aeb7e

#7aeb7e

Complementary Color

#7aeb7e #eb7ae7

#7aeb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeb7e Color CSS Codes

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

#7aeb7e Text Font Color

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

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


#7aeb7e Background Color

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

This div background color is #7aeb7e


#7aeb7e Border Color

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

This div border color is #7aeb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeb7e


Comments

No comments written yet.

Please login to write comment.