Color Hex Logo

#7dea2f Color Hex

#7DEA2F
(125,234,47)
0 Favorites   0 Comments

Color spaces of #7dea2f

RGB 12523447
HSL0.260.820.55
HSV95°80°92°
CMYK 0.470.000.80   0.08
XYZ38.393463.410812.9053
Yxy63.41080.33470.5528
Hunter Lab79.6309-53.291746.1329
CIE-Lab83.6581-59.951473.5817

#7dea2f color RGB value is (125,234,47).

#7dea2f hex color red value is 125, green value is 234 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #7dea2f hue: 0.26 , saturation: 0.82 and the lightness value of 7dea2f is 0.55.

The process color (four color CMYK) of #7dea2f color hex is 0.47, 0.00, 0.80, 0.08. Web safe color of #7dea2f is #66ff33. Color #7dea2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101010 00101111
Octal 175 352 57
Decimal 125 234 47
Hex 7D EA 2F

RGB Percentages of Color #7dea2f

%30.79
%57.64
%11.58

CMYK Percentages of Color #7dea2f

%47
%0
%80
%8

Triadic Colors of #7dea2f

#7dea2f #2f7dea #ea2f7d

Analogous Colors of #7dea2f

#7dea2f #2fea3e #dbea2f

Monochromatic Colors of #7dea2f

#7dea2f

Complementary Color

#7dea2f #9c2fea

#7dea2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dea2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dea2f Color CSS Codes

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

#7dea2f Text Font Color

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

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


#7dea2f Background Color

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

This div background color is #7dea2f


#7dea2f Border Color

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

This div border color is #7dea2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,234,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dea2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dea2f;
  -webkit-box-shadow: 1px 1px 3px 2px #7dea2f;
  box-shadow:         1px 1px 3px 2px #7dea2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,234,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dea2f


Comments

No comments written yet.

Please login to write comment.