Color Hex Logo

#7eeeab Color Hex

#7EEEAB
(126,238,171)
0 Favorites   0 Comments

Color spaces of #7eeeab

RGB 126238171
HSL0.400.770.71
HSV144°47°93°
CMYK 0.470.000.28   0.07
XYZ46.529468.525049.3024
Yxy68.52500.28310.4169
Hunter Lab82.7798-44.532322.6337
CIE-Lab86.2683-46.748022.7454

#7eeeab color RGB value is (126,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101110 10101011
Octal 176 356 253
Decimal 126 238 171
Hex 7E EE AB

RGB Percentages of Color #7eeeab

%23.55
%44.49
%31.96

CMYK Percentages of Color #7eeeab

%47
%0
%28
%7

Triadic Colors of #7eeeab

#7eeeab #ab7eee #eeab7e

Analogous Colors of #7eeeab

#7eeeab #7eeee3 #89ee7e

Monochromatic Colors of #7eeeab

#7eeeab

Complementary Color

#7eeeab #ee7ec1

#7eeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeeab Color CSS Codes

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

#7eeeab Text Font Color

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

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


#7eeeab Background Color

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

This div background color is #7eeeab


#7eeeab Border Color

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

This div border color is #7eeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeeab


Comments

No comments written yet.

Please login to write comment.