Color Hex Logo

#7ecaaf Color Hex

#7ECAAF
(126,202,175)
0 Favorites   0 Comments

Color spaces of #7ecaaf

RGB 126202175
HSL0.440.420.64
HSV159°38°79°
CMYK 0.380.000.13   0.21
XYZ37.462649.771848.1899
Yxy49.77180.27660.3675
Hunter Lab70.5491-28.67498.8853
CIE-Lab75.9290-29.64786.0829

#7ecaaf color RGB value is (126,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001010 10101111
Octal 176 312 257
Decimal 126 202 175
Hex 7E CA AF

RGB Percentages of Color #7ecaaf

%25.05
%40.16
%34.79

CMYK Percentages of Color #7ecaaf

%38
%0
%13
%21

Triadic Colors of #7ecaaf

#7ecaaf #af7eca #caaf7e

Analogous Colors of #7ecaaf

#7ecaaf #7ebfca #7eca89

Monochromatic Colors of #7ecaaf

#7ecaaf

Complementary Color

#7ecaaf #ca7e99

#7ecaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecaaf Color CSS Codes

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

#7ecaaf Text Font Color

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

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


#7ecaaf Background Color

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

This div background color is #7ecaaf


#7ecaaf Border Color

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

This div border color is #7ecaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecaaf


Comments

No comments written yet.

Please login to write comment.