Color Hex Logo

#7db14d Color Hex

#7DB14D
(125,177,77)
0 Favorites   0 Comments

Color spaces of #7db14d

RGB 12517777
HSL0.250.390.50
HSV91°56°69°
CMYK 0.290.000.56   0.31
XYZ25.519136.340112.6905
Yxy36.34010.34230.4875
Hunter Lab60.2828-29.931629.7164
CIE-Lab66.7790-34.244645.0280

#7db14d color RGB value is (125,177,77).

#7db14d hex color red value is 125, green value is 177 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7db14d hue: 0.25 , saturation: 0.39 and the lightness value of 7db14d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110001 01001101
Octal 175 261 115
Decimal 125 177 77
Hex 7D B1 4D

RGB Percentages of Color #7db14d

%32.98
%46.70
%20.32

CMYK Percentages of Color #7db14d

%29
%0
%56
%31

Triadic Colors of #7db14d

#7db14d #4d7db1 #b14d7d

Analogous Colors of #7db14d

#7db14d #4db14f #afb14d

Monochromatic Colors of #7db14d

#7db14d

Complementary Color

#7db14d #814db1

#7db14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db14d Color CSS Codes

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

#7db14d Text Font Color

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

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


#7db14d Background Color

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

This div background color is #7db14d


#7db14d Border Color

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

This div border color is #7db14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db14d


Comments

No comments written yet.

Please login to write comment.