Color Hex Logo

#7edaa2 Color Hex

#7EDAA2
(126,218,162)
0 Favorites   0 Comments

Color spaces of #7edaa2

RGB 126218162
HSL0.400.550.67
HSV143°42°85°
CMYK 0.420.000.26   0.15
XYZ40.197257.187143.1020
Yxy57.18710.28610.4071
Hunter Lab75.6222-37.456519.1423
CIE-Lab80.2847-39.711219.1575

#7edaa2 color RGB value is (126,218,162).

#7edaa2 hex color red value is 126, green value is 218 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #7edaa2 hue: 0.40 , saturation: 0.55 and the lightness value of 7edaa2 is 0.67.

The process color (four color CMYK) of #7edaa2 color hex is 0.42, 0.00, 0.26, 0.15. Web safe color of #7edaa2 is #66cc99. Color #7edaa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 10100010
Octal 176 332 242
Decimal 126 218 162
Hex 7E DA A2

RGB Percentages of Color #7edaa2

%24.90
%43.08
%32.02

CMYK Percentages of Color #7edaa2

%42
%0
%26
%15

Triadic Colors of #7edaa2

#7edaa2 #a27eda #daa27e

Analogous Colors of #7edaa2

#7edaa2 #7edad0 #88da7e

Monochromatic Colors of #7edaa2

#7edaa2

Complementary Color

#7edaa2 #da7eb6

#7edaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edaa2 Color CSS Codes

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

#7edaa2 Text Font Color

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

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


#7edaa2 Background Color

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

This div background color is #7edaa2


#7edaa2 Border Color

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

This div border color is #7edaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edaa2


Comments

No comments written yet.

Please login to write comment.