Color Hex Logo

#7ded6a Color Hex

#7DED6A
(125,237,106)
0 Favorites   0 Comments

Color spaces of #7ded6a

RGB 125237106
HSL0.310.780.67
HSV111°55°93°
CMYK 0.470.000.55   0.07
XYZ41.343265.969024.1899
Yxy65.96900.31440.5017
Hunter Lab81.2213-51.277439.1967
CIE-Lab84.9806-56.418852.9737

#7ded6a color RGB value is (125,237,106).

#7ded6a hex color red value is 125, green value is 237 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7ded6a hue: 0.31 , saturation: 0.78 and the lightness value of 7ded6a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 01101010
Octal 175 355 152
Decimal 125 237 106
Hex 7D ED 6A

RGB Percentages of Color #7ded6a

%26.71
%50.64
%22.65

CMYK Percentages of Color #7ded6a

%47
%0
%55
%7

Triadic Colors of #7ded6a

#7ded6a #6a7ded #ed6a7d

Analogous Colors of #7ded6a

#7ded6a #6aed99 #bfed6a

Monochromatic Colors of #7ded6a

#7ded6a

Complementary Color

#7ded6a #da6aed

#7ded6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ded6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ded6a Color CSS Codes

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

#7ded6a Text Font Color

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

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


#7ded6a Background Color

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

This div background color is #7ded6a


#7ded6a Border Color

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

This div border color is #7ded6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ded6a


Comments

No comments written yet.

Please login to write comment.