Color Hex Logo

#7dbf2e Color Hex

#7DBF2E
(125,191,46)
0 Favorites   0 Comments

Color spaces of #7dbf2e

RGB 12519146
HSL0.240.610.46
HSV87°76°75°
CMYK 0.350.000.76   0.25
XYZ27.581441.81889.2029
Yxy41.81880.35090.5320
Hunter Lab64.6675-37.035836.8296
CIE-Lab70.7458-42.878061.7906

#7dbf2e color RGB value is (125,191,46).

#7dbf2e hex color red value is 125, green value is 191 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7dbf2e hue: 0.24 , saturation: 0.61 and the lightness value of 7dbf2e is 0.46.

The process color (four color CMYK) of #7dbf2e color hex is 0.35, 0.00, 0.76, 0.25. Web safe color of #7dbf2e is #66cc33. Color #7dbf2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 00101110
Octal 175 277 56
Decimal 125 191 46
Hex 7D BF 2E

RGB Percentages of Color #7dbf2e

%34.53
%52.76
%12.71

CMYK Percentages of Color #7dbf2e

%35
%0
%76
%25

Triadic Colors of #7dbf2e

#7dbf2e #2e7dbf #bf2e7d

Analogous Colors of #7dbf2e

#7dbf2e #34bf2e #bfb92e

Monochromatic Colors of #7dbf2e

#7dbf2e

Complementary Color

#7dbf2e #702ebf

#7dbf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbf2e Color CSS Codes

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

#7dbf2e Text Font Color

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

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


#7dbf2e Background Color

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

This div background color is #7dbf2e


#7dbf2e Border Color

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

This div border color is #7dbf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbf2e


Comments

No comments written yet.

Please login to write comment.