Color Hex Logo

#7efea1 Color Hex

#7EFEA1
(126,254,161)
0 Favorites   0 Comments

Color spaces of #7efea1

RGB 126254161
HSL0.380.980.75
HSV136°50°100°
CMYK 0.500.000.37   0.00
XYZ50.479077.892546.0924
Yxy77.89250.28930.4465
Hunter Lab88.2567-52.355130.8153
CIE-Lab90.7308-55.134533.8475

#7efea1 color RGB value is (126,254,161).

#7efea1 hex color red value is 126, green value is 254 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #7efea1 hue: 0.38 , saturation: 0.98 and the lightness value of 7efea1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 10100001
Octal 176 376 241
Decimal 126 254 161
Hex 7E FE A1

RGB Percentages of Color #7efea1

%23.29
%46.95
%29.76

CMYK Percentages of Color #7efea1

%50
%0
%37
%0

Triadic Colors of #7efea1

#7efea1 #a17efe #fea17e

Analogous Colors of #7efea1

#7efea1 #7efee1 #9bfe7e

Monochromatic Colors of #7efea1

#7efea1

Complementary Color

#7efea1 #fe7edb

#7efea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efea1 Color CSS Codes

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

#7efea1 Text Font Color

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

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


#7efea1 Background Color

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

This div background color is #7efea1


#7efea1 Border Color

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

This div border color is #7efea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efea1

Related Colors


Comments

No comments written yet.

Please login to write comment.