Color Hex Logo

#7ecbac Color Hex

#7ECBAC
(126,203,172)
0 Favorites   0 Comments

Color spaces of #7ecbac

RGB 126203172
HSL0.430.430.65
HSV156°38°80°
CMYK 0.380.000.15   0.20
XYZ37.406550.126046.7335
Yxy50.12600.27860.3733
Hunter Lab70.7997-29.590410.4236
CIE-Lab76.1465-30.76868.0092

#7ecbac color RGB value is (126,203,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001011 10101100
Octal 176 313 254
Decimal 126 203 172
Hex 7E CB AC

RGB Percentages of Color #7ecbac

%25.15
%40.52
%34.33

CMYK Percentages of Color #7ecbac

%38
%0
%15
%20

Triadic Colors of #7ecbac

#7ecbac #ac7ecb #cbac7e

Analogous Colors of #7ecbac

#7ecbac #7ec4cb #7ecb86

Monochromatic Colors of #7ecbac

#7ecbac

Complementary Color

#7ecbac #cb7e9d

#7ecbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecbac Color CSS Codes

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

#7ecbac Text Font Color

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

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


#7ecbac Background Color

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

This div background color is #7ecbac


#7ecbac Border Color

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

This div border color is #7ecbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecbac


Comments

No comments written yet.

Please login to write comment.