Color Hex Logo

#7ee168 Color Hex

#7EE168
(126,225,104)
0 Favorites   0 Comments

Color spaces of #7ee168

RGB 126225104
HSL0.300.670.65
HSV109°54°88°
CMYK 0.440.000.54   0.12
XYZ38.028159.285522.5357
Yxy59.28550.31730.4947
Hunter Lab76.9971-46.585536.5448
CIE-Lab81.4483-51.602549.7100

#7ee168 color RGB value is (126,225,104).

#7ee168 hex color red value is 126, green value is 225 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #7ee168 hue: 0.30 , saturation: 0.67 and the lightness value of 7ee168 is 0.65.

The process color (four color CMYK) of #7ee168 color hex is 0.44, 0.00, 0.54, 0.12. Web safe color of #7ee168 is #66cc66. Color #7ee168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100001 01101000
Octal 176 341 150
Decimal 126 225 104
Hex 7E E1 68

RGB Percentages of Color #7ee168

%27.69
%49.45
%22.86

CMYK Percentages of Color #7ee168

%44
%0
%54
%12

Triadic Colors of #7ee168

#7ee168 #687ee1 #e1687e

Analogous Colors of #7ee168

#7ee168 #68e18f #bbe168

Monochromatic Colors of #7ee168

#7ee168

Complementary Color

#7ee168 #cb68e1

#7ee168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee168 Color CSS Codes

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

#7ee168 Text Font Color

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

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


#7ee168 Background Color

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

This div background color is #7ee168


#7ee168 Border Color

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

This div border color is #7ee168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee168


Comments

No comments written yet.

Please login to write comment.