Color Hex Logo

#7edaab Color Hex

#7EDAAB
(126,218,171)
0 Favorites   0 Comments

Color spaces of #7edaab

RGB 126218171
HSL0.410.550.67
HSV149°42°85°
CMYK 0.420.000.22   0.15
XYZ41.026357.518747.4680
Yxy57.51870.28100.3939
Hunter Lab75.8411-36.162215.9799
CIE-Lab80.4705-37.949014.6780

#7edaab color RGB value is (126,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011010 10101011
Octal 176 332 253
Decimal 126 218 171
Hex 7E DA AB

RGB Percentages of Color #7edaab

%24.47
%42.33
%33.20

CMYK Percentages of Color #7edaab

%42
%0
%22
%15

Triadic Colors of #7edaab

#7edaab #ab7eda #daab7e

Analogous Colors of #7edaab

#7edaab #7edad9 #7fda7e

Monochromatic Colors of #7edaab

#7edaab

Complementary Color

#7edaab #da7ead

#7edaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edaab Color CSS Codes

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

#7edaab Text Font Color

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

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


#7edaab Background Color

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

This div background color is #7edaab


#7edaab Border Color

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

This div border color is #7edaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edaab


Comments

No comments written yet.

Please login to write comment.