Color Hex Logo

#7eeeac Color Hex

#7EEEAC
(126,238,172)
0 Favorites   0 Comments

Color spaces of #7eeeac

RGB 126238172
HSL0.400.770.71
HSV145°47°93°
CMYK 0.470.000.28   0.07
XYZ46.625168.563249.8064
Yxy68.56320.28260.4155
Hunter Lab82.8029-44.394322.2988
CIE-Lab86.2873-46.559922.2566

#7eeeac color RGB value is (126,238,172).

#7eeeac hex color red value is 126, green value is 238 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7eeeac hue: 0.40 , saturation: 0.77 and the lightness value of 7eeeac is 0.71.

The process color (four color CMYK) of #7eeeac color hex is 0.47, 0.00, 0.28, 0.07. Web safe color of #7eeeac is #66ff99. Color #7eeeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 10101100
Octal 176 356 254
Decimal 126 238 172
Hex 7E EE AC

RGB Percentages of Color #7eeeac

%23.51
%44.40
%32.09

CMYK Percentages of Color #7eeeac

%47
%0
%28
%7

Triadic Colors of #7eeeac

#7eeeac #ac7eee #eeac7e

Analogous Colors of #7eeeac

#7eeeac #7eeee4 #88ee7e

Monochromatic Colors of #7eeeac

#7eeeac

Complementary Color

#7eeeac #ee7ec0

#7eeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeeac Color CSS Codes

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

#7eeeac Text Font Color

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

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


#7eeeac Background Color

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

This div background color is #7eeeac


#7eeeac Border Color

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

This div border color is #7eeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeeac


Comments

No comments written yet.

Please login to write comment.