Color Hex Logo

#7edcac Color Hex

#7EDCAC
(126,220,172)
0 Favorites   0 Comments

Color spaces of #7edcac

RGB 126220172
HSL0.410.570.68
HSV149°43°86°
CMYK 0.430.000.22   0.14
XYZ41.643858.600648.1459
Yxy58.60060.28060.3949
Hunter Lab76.5510-36.860216.2959
CIE-Lab81.0716-38.653614.9958

#7edcac color RGB value is (126,220,172).

#7edcac hex color red value is 126, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7edcac hue: 0.41 , saturation: 0.57 and the lightness value of 7edcac is 0.68.

The process color (four color CMYK) of #7edcac color hex is 0.43, 0.00, 0.22, 0.14. Web safe color of #7edcac is #66cc99. Color #7edcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 10101100
Octal 176 334 254
Decimal 126 220 172
Hex 7E DC AC

RGB Percentages of Color #7edcac

%24.32
%42.47
%33.20

CMYK Percentages of Color #7edcac

%43
%0
%22
%14

Triadic Colors of #7edcac

#7edcac #ac7edc #dcac7e

Analogous Colors of #7edcac

#7edcac #7edcdb #7fdc7e

Monochromatic Colors of #7edcac

#7edcac

Complementary Color

#7edcac #dc7eae

#7edcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edcac Color CSS Codes

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

#7edcac Text Font Color

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

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


#7edcac Background Color

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

This div background color is #7edcac


#7edcac Border Color

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

This div border color is #7edcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edcac


Comments

No comments written yet.

Please login to write comment.