Color Hex Logo

#7ecaaa Color Hex

#7ECAAA
(126,202,170)
0 Favorites   0 Comments

Color spaces of #7ecaaa

RGB 126202170
HSL0.430.420.64
HSV155°38°79°
CMYK 0.380.000.16   0.21
XYZ36.980449.579045.6508
Yxy49.57900.27970.3750
Hunter Lab70.4124-29.473910.8489
CIE-Lab75.8101-30.71528.6033

#7ecaaa color RGB value is (126,202,170).

#7ecaaa hex color red value is 126, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7ecaaa hue: 0.43 , saturation: 0.42 and the lightness value of 7ecaaa is 0.64.

The process color (four color CMYK) of #7ecaaa color hex is 0.38, 0.00, 0.16, 0.21. Web safe color of #7ecaaa is #66cc99. Color #7ecaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 10101010
Octal 176 312 252
Decimal 126 202 170
Hex 7E CA AA

RGB Percentages of Color #7ecaaa

%25.30
%40.56
%34.14

CMYK Percentages of Color #7ecaaa

%38
%0
%16
%21

Triadic Colors of #7ecaaa

#7ecaaa #aa7eca #caaa7e

Analogous Colors of #7ecaaa

#7ecaaa #7ec4ca #7eca84

Monochromatic Colors of #7ecaaa

#7ecaaa

Complementary Color

#7ecaaa #ca7e9e

#7ecaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecaaa Color CSS Codes

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

#7ecaaa Text Font Color

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

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


#7ecaaa Background Color

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

This div background color is #7ecaaa


#7ecaaa Border Color

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

This div border color is #7ecaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecaaa


Comments

No comments written yet.

Please login to write comment.