Color Hex Logo

#7ecbaa Color Hex

#7ECBAA
(126,203,170)
0 Favorites   0 Comments

Color spaces of #7ecbaa

RGB 126203170
HSL0.430.430.65
HSV154°38°80°
CMYK 0.380.000.16   0.20
XYZ37.215850.049845.7293
Yxy50.04980.27980.3763
Hunter Lab70.7459-29.905611.1978
CIE-Lab76.0998-31.19109.0170

#7ecbaa color RGB value is (126,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001011 10101010
Octal 176 313 252
Decimal 126 203 170
Hex 7E CB AA

RGB Percentages of Color #7ecbaa

%25.25
%40.68
%34.07

CMYK Percentages of Color #7ecbaa

%38
%0
%16
%20

Triadic Colors of #7ecbaa

#7ecbaa #aa7ecb #cbaa7e

Analogous Colors of #7ecbaa

#7ecbaa #7ec6cb #7ecb84

Monochromatic Colors of #7ecbaa

#7ecbaa

Complementary Color

#7ecbaa #cb7e9f

#7ecbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecbaa Color CSS Codes

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

#7ecbaa Text Font Color

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

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


#7ecbaa Background Color

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

This div background color is #7ecbaa


#7ecbaa Border Color

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

This div border color is #7ecbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecbaa


Comments

No comments written yet.

Please login to write comment.