Color Hex Logo

#7ef545 Color Hex

#7EF545
(126,245,69)
0 Favorites   0 Comments

Color spaces of #7ef545

RGB 12624569
HSL0.280.900.62
HSV101°72°96°
CMYK 0.490.000.72   0.04
XYZ42.330870.170116.9433
Yxy70.17010.32700.5421
Hunter Lab83.7676-56.390846.6450
CIE-Lab87.0802-62.476170.1500

#7ef545 color RGB value is (126,245,69).

#7ef545 hex color red value is 126, green value is 245 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #7ef545 hue: 0.28 , saturation: 0.90 and the lightness value of 7ef545 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110101 01000101
Octal 176 365 105
Decimal 126 245 69
Hex 7E F5 45

RGB Percentages of Color #7ef545

%28.64
%55.68
%15.68

CMYK Percentages of Color #7ef545

%49
%0
%72
%4

Triadic Colors of #7ef545

#7ef545 #457ef5 #f5457e

Analogous Colors of #7ef545

#7ef545 #45f564 #d6f545

Monochromatic Colors of #7ef545

#7ef545

Complementary Color

#7ef545 #bc45f5

#7ef545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef545 Color CSS Codes

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

#7ef545 Text Font Color

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

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


#7ef545 Background Color

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

This div background color is #7ef545


#7ef545 Border Color

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

This div border color is #7ef545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef545


Comments

No comments written yet.

Please login to write comment.