Color Hex Logo

#7ef6af Color Hex

#7EF6AF
(126,246,175)
0 Favorites   0 Comments

Color spaces of #7ef6af

RGB 126246175
HSL0.400.870.73
HSV145°49°96°
CMYK 0.490.000.29   0.04
XYZ49.297873.442352.1350
Yxy73.44230.28190.4200
Hunter Lab85.6985-47.290723.9196
CIE-Lab88.6582-49.384223.9793

#7ef6af color RGB value is (126,246,175).

#7ef6af hex color red value is 126, green value is 246 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7ef6af hue: 0.40 , saturation: 0.87 and the lightness value of 7ef6af is 0.73.

The process color (four color CMYK) of #7ef6af color hex is 0.49, 0.00, 0.29, 0.04. Web safe color of #7ef6af is #66ff99. Color #7ef6af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110110 10101111
Octal 176 366 257
Decimal 126 246 175
Hex 7E F6 AF

RGB Percentages of Color #7ef6af

%23.03
%44.97
%31.99

CMYK Percentages of Color #7ef6af

%49
%0
%29
%4

Triadic Colors of #7ef6af

#7ef6af #af7ef6 #f6af7e

Analogous Colors of #7ef6af

#7ef6af #7ef6eb #89f67e

Monochromatic Colors of #7ef6af

#7ef6af

Complementary Color

#7ef6af #f67ec5

#7ef6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef6af Color CSS Codes

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

#7ef6af Text Font Color

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

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


#7ef6af Background Color

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

This div background color is #7ef6af


#7ef6af Border Color

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

This div border color is #7ef6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef6af


Comments

No comments written yet.

Please login to write comment.