Color Hex Logo

#7edfab Color Hex

#7EDFAB
(126,223,171)
0 Favorites   0 Comments

Color spaces of #7edfab

RGB 126223171
HSL0.410.600.68
HSV148°43°87°
CMYK 0.430.000.23   0.13
XYZ42.342560.151247.9067
Yxy60.15120.28150.3999
Hunter Lab77.5572-38.272717.6669
CIE-Lab81.9203-40.199816.7119

#7edfab color RGB value is (126,223,171).

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

The process color (four color CMYK) of #7edfab color hex is 0.43, 0.00, 0.23, 0.13. Web safe color of #7edfab is #66cc99. Color #7edfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011111 10101011
Octal 176 337 253
Decimal 126 223 171
Hex 7E DF AB

RGB Percentages of Color #7edfab

%24.23
%42.88
%32.88

CMYK Percentages of Color #7edfab

%43
%0
%23
%13

Triadic Colors of #7edfab

#7edfab #ab7edf #dfab7e

Analogous Colors of #7edfab

#7edfab #7edfdc #82df7e

Monochromatic Colors of #7edfab

#7edfab

Complementary Color

#7edfab #df7eb2

#7edfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edfab Color CSS Codes

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

#7edfab Text Font Color

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

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


#7edfab Background Color

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

This div background color is #7edfab


#7edfab Border Color

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

This div border color is #7edfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edfab


Comments

No comments written yet.

Please login to write comment.