Color Hex Logo

#7eeaae Color Hex

#7EEAAE
(126,234,174)
0 Favorites   0 Comments

Color spaces of #7eeaae

RGB 126234174
HSL0.410.720.71
HSV147°46°92°
CMYK 0.460.000.26   0.08
XYZ45.667066.337250.4419
Yxy66.33720.28110.4084
Hunter Lab81.4477-42.450020.2941
CIE-Lab85.1681-44.455719.6743

#7eeaae color RGB value is (126,234,174).

#7eeaae hex color red value is 126, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7eeaae hue: 0.41 , saturation: 0.72 and the lightness value of 7eeaae is 0.71.

The process color (four color CMYK) of #7eeaae color hex is 0.46, 0.00, 0.26, 0.08. Web safe color of #7eeaae is #66ff99. Color #7eeaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101010 10101110
Octal 176 352 256
Decimal 126 234 174
Hex 7E EA AE

RGB Percentages of Color #7eeaae

%23.60
%43.82
%32.58

CMYK Percentages of Color #7eeaae

%46
%0
%26
%8

Triadic Colors of #7eeaae

#7eeaae #ae7eea #eaae7e

Analogous Colors of #7eeaae

#7eeaae #7eeae4 #84ea7e

Monochromatic Colors of #7eeaae

#7eeaae

Complementary Color

#7eeaae #ea7eba

#7eeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeaae Color CSS Codes

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

#7eeaae Text Font Color

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

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


#7eeaae Background Color

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

This div background color is #7eeaae


#7eeaae Border Color

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

This div border color is #7eeaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeaae


Comments

No comments written yet.

Please login to write comment.