Color Hex Logo

#7dea5f Color Hex

#7DEA5F
(125,234,95)
0 Favorites   0 Comments

Color spaces of #7dea5f

RGB 12523495
HSL0.300.770.65
HSV107°59°92°
CMYK 0.470.000.59   0.08
XYZ39.945864.031821.0805
Yxy64.03180.31940.5120
Hunter Lab80.0199-50.927840.3945
CIE-Lab83.9823-56.433256.6824

#7dea5f color RGB value is (125,234,95).

#7dea5f hex color red value is 125, green value is 234 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7dea5f hue: 0.30 , saturation: 0.77 and the lightness value of 7dea5f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101010 01011111
Octal 175 352 137
Decimal 125 234 95
Hex 7D EA 5F

RGB Percentages of Color #7dea5f

%27.53
%51.54
%20.93

CMYK Percentages of Color #7dea5f

%47
%0
%59
%8

Triadic Colors of #7dea5f

#7dea5f #5f7dea #ea5f7d

Analogous Colors of #7dea5f

#7dea5f #5fea87 #c3ea5f

Monochromatic Colors of #7dea5f

#7dea5f

Complementary Color

#7dea5f #cc5fea

#7dea5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dea5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dea5f Color CSS Codes

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

#7dea5f Text Font Color

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

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


#7dea5f Background Color

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

This div background color is #7dea5f


#7dea5f Border Color

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

This div border color is #7dea5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dea5f


Comments

No comments written yet.

Please login to write comment.