Color Hex Logo

#7ed344 Color Hex

#7ED344
(126,211,68)
0 Favorites   0 Comments

Color spaces of #7ed344

RGB 12621168
HSL0.270.620.55
HSV96°68°83°
CMYK 0.400.000.68   0.17
XYZ32.941851.441513.6618
Yxy51.44150.33600.5247
Hunter Lab71.7227-43.530838.9123
CIE-Lab76.9457-49.413060.1254

#7ed344 color RGB value is (126,211,68).

#7ed344 hex color red value is 126, green value is 211 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #7ed344 hue: 0.27 , saturation: 0.62 and the lightness value of 7ed344 is 0.55.

The process color (four color CMYK) of #7ed344 color hex is 0.40, 0.00, 0.68, 0.17. Web safe color of #7ed344 is #66cc33. Color #7ed344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010011 01000100
Octal 176 323 104
Decimal 126 211 68
Hex 7E D3 44

RGB Percentages of Color #7ed344

%31.11
%52.10
%16.79

CMYK Percentages of Color #7ed344

%40
%0
%68
%17

Triadic Colors of #7ed344

#7ed344 #447ed3 #d3447e

Analogous Colors of #7ed344

#7ed344 #44d352 #c6d344

Monochromatic Colors of #7ed344

#7ed344

Complementary Color

#7ed344 #9944d3

#7ed344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed344 Color CSS Codes

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

#7ed344 Text Font Color

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

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


#7ed344 Background Color

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

This div background color is #7ed344


#7ed344 Border Color

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

This div border color is #7ed344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed344


Comments

No comments written yet.

Please login to write comment.