Color Hex Logo

#7efba6 Color Hex

#7EFBA6
(126,251,166)
0 Favorites   0 Comments

Color spaces of #7efba6

RGB 126251166
HSL0.390.940.74
HSV139°50°98°
CMYK 0.500.000.34   0.02
XYZ49.984376.183248.1468
Yxy76.18320.28670.4370
Hunter Lab87.2830-50.523728.3927
CIE-Lab89.9443-53.071630.2928

#7efba6 color RGB value is (126,251,166).

#7efba6 hex color red value is 126, green value is 251 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #7efba6 hue: 0.39 , saturation: 0.94 and the lightness value of 7efba6 is 0.74.

The process color (four color CMYK) of #7efba6 color hex is 0.50, 0.00, 0.34, 0.02. Web safe color of #7efba6 is #66ff99. Color #7efba6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 10100110
Octal 176 373 246
Decimal 126 251 166
Hex 7E FB A6

RGB Percentages of Color #7efba6

%23.20
%46.22
%30.57

CMYK Percentages of Color #7efba6

%50
%0
%34
%2

Triadic Colors of #7efba6

#7efba6 #a67efb #fba67e

Analogous Colors of #7efba6

#7efba6 #7efbe5 #95fb7e

Monochromatic Colors of #7efba6

#7efba6

Complementary Color

#7efba6 #fb7ed3

#7efba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efba6 Color CSS Codes

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

#7efba6 Text Font Color

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

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


#7efba6 Background Color

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

This div background color is #7efba6


#7efba6 Border Color

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

This div border color is #7efba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efba6


Comments

No comments written yet.

Please login to write comment.