Color Hex Logo

#7ded1f Color Hex

#7DED1F
(125,237,31)
0 Favorites   0 Comments

Color spaces of #7ded1f

RGB 12523731
HSL0.260.850.53
HSV93°87°93°
CMYK 0.470.000.87   0.07
XYZ38.989065.027311.7929
Yxy65.02730.33670.5615
Hunter Lab80.6395-54.814847.7770
CIE-Lab84.4978-61.669677.9376

#7ded1f color RGB value is (125,237,31).

#7ded1f hex color red value is 125, green value is 237 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7ded1f hue: 0.26 , saturation: 0.85 and the lightness value of 7ded1f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 00011111
Octal 175 355 37
Decimal 125 237 31
Hex 7D ED 1F

RGB Percentages of Color #7ded1f

%31.81
%60.31
%7.89

CMYK Percentages of Color #7ded1f

%47
%0
%87
%7

Triadic Colors of #7ded1f

#7ded1f #1f7ded #ed1f7d

Analogous Colors of #7ded1f

#7ded1f #1fed28 #e4ed1f

Monochromatic Colors of #7ded1f

#7ded1f

Complementary Color

#7ded1f #8f1fed

#7ded1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ded1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ded1f Color CSS Codes

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

#7ded1f Text Font Color

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

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


#7ded1f Background Color

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

This div background color is #7ded1f


#7ded1f Border Color

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

This div border color is #7ded1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ded1f


Comments

No comments written yet.

Please login to write comment.