Color Hex Logo

#7ae770 Color Hex

#7AE770
(122,231,112)
0 Favorites   0 Comments

Color spaces of #7ae770

RGB 122231112
HSL0.320.710.67
HSV115°52°91°
CMYK 0.470.000.52   0.09
XYZ39.526662.459325.3018
Yxy62.45930.31050.4907
Hunter Lab79.0312-49.029736.3402
CIE-Lab83.1571-54.190848.0014

#7ae770 color RGB value is (122,231,112).

#7ae770 hex color red value is 122, green value is 231 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7ae770 hue: 0.32 , saturation: 0.71 and the lightness value of 7ae770 is 0.67.

The process color (four color CMYK) of #7ae770 color hex is 0.47, 0.00, 0.52, 0.09. Web safe color of #7ae770 is #66ff66. Color #7ae770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11100111 01110000
Octal 172 347 160
Decimal 122 231 112
Hex 7A E7 70

RGB Percentages of Color #7ae770

%26.24
%49.68
%24.09

CMYK Percentages of Color #7ae770

%47
%0
%52
%9

Triadic Colors of #7ae770

#7ae770 #707ae7 #e7707a

Analogous Colors of #7ae770

#7ae770 #70e7a2 #b6e770

Monochromatic Colors of #7ae770

#7ae770

Complementary Color

#7ae770 #dd70e7

#7ae770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ae770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ae770 Color CSS Codes

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

#7ae770 Text Font Color

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

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


#7ae770 Background Color

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

This div background color is #7ae770


#7ae770 Border Color

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

This div border color is #7ae770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ae770


Comments

No comments written yet.

Please login to write comment.