Color Hex Logo

#7db94c Color Hex

#7DB94C
(125,185,76)
0 Favorites   0 Comments

Color spaces of #7db94c

RGB 12518576
HSL0.260.440.51
HSV93°59°73°
CMYK 0.320.000.59   0.27
XYZ27.110939.579713.0482
Yxy39.57970.34000.4964
Hunter Lab62.9124-33.175531.7418
CIE-Lab69.1691-37.975048.2395

#7db94c color RGB value is (125,185,76).

#7db94c hex color red value is 125, green value is 185 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #7db94c hue: 0.26 , saturation: 0.44 and the lightness value of 7db94c is 0.51.

The process color (four color CMYK) of #7db94c color hex is 0.32, 0.00, 0.59, 0.27. Web safe color of #7db94c is #66cc33. Color #7db94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111001 01001100
Octal 175 271 114
Decimal 125 185 76
Hex 7D B9 4C

RGB Percentages of Color #7db94c

%32.38
%47.93
%19.69

CMYK Percentages of Color #7db94c

%32
%0
%59
%27

Triadic Colors of #7db94c

#7db94c #4c7db9 #b94c7d

Analogous Colors of #7db94c

#7db94c #4cb952 #b4b94c

Monochromatic Colors of #7db94c

#7db94c

Complementary Color

#7db94c #884cb9

#7db94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db94c Color CSS Codes

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

#7db94c Text Font Color

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

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


#7db94c Background Color

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

This div background color is #7db94c


#7db94c Border Color

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

This div border color is #7db94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db94c


Comments

No comments written yet.

Please login to write comment.