Color Hex Logo

#7ed664 Color Hex

#7ED664
(126,214,100)
0 Favorites   0 Comments

Color spaces of #7ed664

RGB 126214100
HSL0.300.580.62
HSV106°53°84°
CMYK 0.410.000.53   0.16
XYZ34.951053.448920.5311
Yxy53.44890.32090.4907
Hunter Lab73.1088-42.605134.5257
CIE-Lab78.1393-47.557847.6222

#7ed664 color RGB value is (126,214,100).

#7ed664 hex color red value is 126, green value is 214 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #7ed664 hue: 0.30 , saturation: 0.58 and the lightness value of 7ed664 is 0.62.

The process color (four color CMYK) of #7ed664 color hex is 0.41, 0.00, 0.53, 0.16. Web safe color of #7ed664 is #66cc66. Color #7ed664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010110 01100100
Octal 176 326 144
Decimal 126 214 100
Hex 7E D6 64

RGB Percentages of Color #7ed664

%28.64
%48.64
%22.73

CMYK Percentages of Color #7ed664

%41
%0
%53
%16

Triadic Colors of #7ed664

#7ed664 #647ed6 #d6647e

Analogous Colors of #7ed664

#7ed664 #64d683 #b7d664

Monochromatic Colors of #7ed664

#7ed664

Complementary Color

#7ed664 #bc64d6

#7ed664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed664 Color CSS Codes

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

#7ed664 Text Font Color

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

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


#7ed664 Background Color

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

This div background color is #7ed664


#7ed664 Border Color

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

This div border color is #7ed664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed664


Comments

No comments written yet.

Please login to write comment.