Color Hex Logo

#7edbaa Color Hex

#7EDBAA
(126,219,170)
0 Favorites   0 Comments

Color spaces of #7edbaa

RGB 126219170
HSL0.410.560.68
HSV148°42°86°
CMYK 0.420.000.22   0.14
XYZ41.191458.000947.0545
Yxy58.00090.28170.3966
Hunter Lab76.1583-36.732616.6784
CIE-Lab80.7393-38.601615.5831

#7edbaa color RGB value is (126,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 10101010
Octal 176 333 252
Decimal 126 219 170
Hex 7E DB AA

RGB Percentages of Color #7edbaa

%24.47
%42.52
%33.01

CMYK Percentages of Color #7edbaa

%42
%0
%22
%14

Triadic Colors of #7edbaa

#7edbaa #aa7edb #dbaa7e

Analogous Colors of #7edbaa

#7edbaa #7edbd9 #81db7e

Monochromatic Colors of #7edbaa

#7edbaa

Complementary Color

#7edbaa #db7eaf

#7edbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbaa Color CSS Codes

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

#7edbaa Text Font Color

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

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


#7edbaa Background Color

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

This div background color is #7edbaa


#7edbaa Border Color

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

This div border color is #7edbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbaa


Comments

No comments written yet.

Please login to write comment.