Color Hex Logo

#7fb80d Color Hex

#7FB80D
(127,184,13)
0 Favorites   0 Comments

Color spaces of #7fb80d

RGB 12718413
HSL0.220.870.39
HSV80°93°72°
CMYK 0.310.000.93   0.28
XYZ25.965538.82216.5057
Yxy38.82210.36420.5445
Hunter Lab62.3074-34.651237.4245
CIE-Lab68.6222-40.319667.7121

#7fb80d color RGB value is (127,184,13).

#7fb80d hex color red value is 127, green value is 184 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #7fb80d hue: 0.22 , saturation: 0.87 and the lightness value of 7fb80d is 0.39.

The process color (four color CMYK) of #7fb80d color hex is 0.31, 0.00, 0.93, 0.28. Web safe color of #7fb80d is #66cc00. Color #7fb80d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111000 00001101
Octal 177 270 15
Decimal 127 184 13
Hex 7F B8 D

RGB Percentages of Color #7fb80d

%39.20
%56.79
%4.01

CMYK Percentages of Color #7fb80d

%31
%0
%93
%28

Triadic Colors of #7fb80d

#7fb80d #0d7fb8 #b80d7f

Analogous Colors of #7fb80d

#7fb80d #2ab80d #b89c0d

Monochromatic Colors of #7fb80d

#7fb80d

Complementary Color

#7fb80d #460db8

#7fb80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb80d Color CSS Codes

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

#7fb80d Text Font Color

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

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


#7fb80d Background Color

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

This div background color is #7fb80d


#7fb80d Border Color

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

This div border color is #7fb80d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,184,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fb80d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fb80d;
  -webkit-box-shadow: 1px 1px 3px 2px #7fb80d;
  box-shadow:         1px 1px 3px 2px #7fb80d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,184,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb80d


Comments

No comments written yet.

Please login to write comment.