Color Hex Logo

#7db55e Color Hex

#7DB55E
(125,181,94)
0 Favorites   0 Comments

Color spaces of #7db55e

RGB 12518194
HSL0.270.370.54
HSV99°48°71°
CMYK 0.310.000.48   0.29
XYZ27.001738.215916.5429
Yxy38.21590.33030.4674
Hunter Lab61.8190-30.216927.4072
CIE-Lab68.1794-34.151638.4166

#7db55e color RGB value is (125,181,94).

#7db55e hex color red value is 125, green value is 181 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7db55e hue: 0.27 , saturation: 0.37 and the lightness value of 7db55e is 0.54.

The process color (four color CMYK) of #7db55e color hex is 0.31, 0.00, 0.48, 0.29. Web safe color of #7db55e is #66cc66. Color #7db55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110101 01011110
Octal 175 265 136
Decimal 125 181 94
Hex 7D B5 5E

RGB Percentages of Color #7db55e

%31.25
%45.25
%23.50

CMYK Percentages of Color #7db55e

%31
%0
%48
%29

Triadic Colors of #7db55e

#7db55e #5e7db5 #b55e7d

Analogous Colors of #7db55e

#7db55e #5eb56b #a9b55e

Monochromatic Colors of #7db55e

#7db55e

Complementary Color

#7db55e #965eb5

#7db55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db55e Color CSS Codes

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

#7db55e Text Font Color

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

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


#7db55e Background Color

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

This div background color is #7db55e


#7db55e Border Color

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

This div border color is #7db55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db55e


Comments

No comments written yet.

Please login to write comment.