Color Hex Logo

#7dfa6b Color Hex

#7DFA6B
(125,250,107)
0 Favorites   0 Comments

Color spaces of #7dfa6b

RGB 125250107
HSL0.310.930.70
HSV112°57°98°
CMYK 0.500.000.57   0.02
XYZ45.296973.792725.7659
Yxy73.79270.31270.5094
Hunter Lab85.9027-56.205842.3483
CIE-Lab88.8244-61.276357.0255

#7dfa6b color RGB value is (125,250,107).

#7dfa6b hex color red value is 125, green value is 250 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7dfa6b hue: 0.31 , saturation: 0.93 and the lightness value of 7dfa6b is 0.70.

The process color (four color CMYK) of #7dfa6b color hex is 0.50, 0.00, 0.57, 0.02. Web safe color of #7dfa6b is #66ff66. Color #7dfa6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111010 01101011
Octal 175 372 153
Decimal 125 250 107
Hex 7D FA 6B

RGB Percentages of Color #7dfa6b

%25.93
%51.87
%22.20

CMYK Percentages of Color #7dfa6b

%50
%0
%57
%2

Triadic Colors of #7dfa6b

#7dfa6b #6b7dfa #fa6b7d

Analogous Colors of #7dfa6b

#7dfa6b #6bfaa1 #c5fa6b

Monochromatic Colors of #7dfa6b

#7dfa6b

Complementary Color

#7dfa6b #e86bfa

#7dfa6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfa6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfa6b Color CSS Codes

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

#7dfa6b Text Font Color

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

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


#7dfa6b Background Color

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

This div background color is #7dfa6b


#7dfa6b Border Color

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

This div border color is #7dfa6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfa6b


Comments

No comments written yet.

Please login to write comment.