Color Hex Logo

#7db15e Color Hex

#7DB15E
(125,177,94)
0 Favorites   0 Comments

Color spaces of #7db15e

RGB 12517794
HSL0.270.350.53
HSV98°47°69°
CMYK 0.290.000.47   0.31
XYZ26.200036.612416.2757
Yxy36.61240.33130.4629
Hunter Lab60.5082-28.598926.4077
CIE-Lab66.9852-32.289836.9353

#7db15e color RGB value is (125,177,94).

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

The process color (four color CMYK) of #7db15e color hex is 0.29, 0.00, 0.47, 0.31. Web safe color of #7db15e is #669966. Color #7db15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110001 01011110
Octal 175 261 136
Decimal 125 177 94
Hex 7D B1 5E

RGB Percentages of Color #7db15e

%31.57
%44.70
%23.74

CMYK Percentages of Color #7db15e

%29
%0
%47
%31

Triadic Colors of #7db15e

#7db15e #5e7db1 #b15e7d

Analogous Colors of #7db15e

#7db15e #5eb169 #a7b15e

Monochromatic Colors of #7db15e

#7db15e

Complementary Color

#7db15e #925eb1

#7db15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db15e Color CSS Codes

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

#7db15e Text Font Color

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

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


#7db15e Background Color

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

This div background color is #7db15e


#7db15e Border Color

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

This div border color is #7db15e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,177,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 #7db15e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db15e


Comments

No comments written yet.

Please login to write comment.