Color Hex Logo

#7ecfac Color Hex

#7ECFAC
(126,207,172)
0 Favorites   0 Comments

Color spaces of #7ecfac

RGB 126207172
HSL0.430.460.65
HSV154°39°81°
CMYK 0.390.000.17   0.19
XYZ38.363452.039847.0525
Yxy52.03980.27910.3786
Hunter Lab72.1386-31.316111.8251
CIE-Lab77.3046-32.66239.6634

#7ecfac color RGB value is (126,207,172).

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

The process color (four color CMYK) of #7ecfac color hex is 0.39, 0.00, 0.17, 0.19. Web safe color of #7ecfac is #66cc99. Color #7ecfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 10101100
Octal 176 317 254
Decimal 126 207 172
Hex 7E CF AC

RGB Percentages of Color #7ecfac

%24.95
%40.99
%34.06

CMYK Percentages of Color #7ecfac

%39
%0
%17
%19

Triadic Colors of #7ecfac

#7ecfac #ac7ecf #cfac7e

Analogous Colors of #7ecfac

#7ecfac #7ecacf #7ecf84

Monochromatic Colors of #7ecfac

#7ecfac

Complementary Color

#7ecfac #cf7ea1

#7ecfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecfac Color CSS Codes

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

#7ecfac Text Font Color

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

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


#7ecfac Background Color

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

This div background color is #7ecfac


#7ecfac Border Color

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

This div border color is #7ecfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecfac


Comments

No comments written yet.

Please login to write comment.