Color Hex Logo

#7efead Color Hex

#7EFEAD
(126,254,173)
0 Favorites   0 Comments

Color spaces of #7efead

RGB 126254173
HSL0.390.980.75
HSV142°50°100°
CMYK 0.500.000.32   0.00
XYZ51.588878.336451.9366
Yxy78.33640.28370.4307
Hunter Lab88.5079-50.846027.1640
CIE-Lab90.9332-53.060928.1004

#7efead color RGB value is (126,254,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 10101101
Octal 176 376 255
Decimal 126 254 173
Hex 7E FE AD

RGB Percentages of Color #7efead

%22.78
%45.93
%31.28

CMYK Percentages of Color #7efead

%50
%0
%32
%0

Triadic Colors of #7efead

#7efead #ad7efe #fead7e

Analogous Colors of #7efead

#7efead #7efeed #8ffe7e

Monochromatic Colors of #7efead

#7efead

Complementary Color

#7efead #fe7ecf

#7efead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efead Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efead Color CSS Codes

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

#7efead Text Font Color

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

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


#7efead Background Color

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

This div background color is #7efead


#7efead Border Color

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

This div border color is #7efead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efead

Related Colors


Comments

No comments written yet.

Please login to write comment.