Color Hex Logo

#7ecaab Color Hex

#7ECAAB
(126,202,171)
0 Favorites   0 Comments

Color spaces of #7ecaab

RGB 126202171
HSL0.430.420.64
HSV156°38°79°
CMYK 0.380.000.15   0.21
XYZ37.075449.617046.1510
Yxy49.61700.27910.3735
Hunter Lab70.4393-29.316210.4614
CIE-Lab75.8336-30.50408.0990

#7ecaab color RGB value is (126,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 10101011
Octal 176 312 253
Decimal 126 202 171
Hex 7E CA AB

RGB Percentages of Color #7ecaab

%25.25
%40.48
%34.27

CMYK Percentages of Color #7ecaab

%38
%0
%15
%21

Triadic Colors of #7ecaab

#7ecaab #ab7eca #caab7e

Analogous Colors of #7ecaab

#7ecaab #7ec3ca #7eca85

Monochromatic Colors of #7ecaab

#7ecaab

Complementary Color

#7ecaab #ca7e9d

#7ecaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecaab Color CSS Codes

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

#7ecaab Text Font Color

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

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


#7ecaab Background Color

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

This div background color is #7ecaab


#7ecaab Border Color

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

This div border color is #7ecaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecaab


Comments

No comments written yet.

Please login to write comment.