Color Hex Logo

#7fbd2d Color Hex

#7FBD2D
(127,189,45)
0 Favorites   0 Comments

Color spaces of #7fbd2d

RGB 12718945
HSL0.240.620.46
HSV86°76°74°
CMYK 0.330.000.76   0.26
XYZ27.423641.09678.9697
Yxy41.09670.35390.5303
Hunter Lab64.1067-35.827936.5789
CIE-Lab70.2436-41.345861.6725

#7fbd2d color RGB value is (127,189,45).

#7fbd2d hex color red value is 127, green value is 189 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #7fbd2d hue: 0.24 , saturation: 0.62 and the lightness value of 7fbd2d is 0.46.

The process color (four color CMYK) of #7fbd2d color hex is 0.33, 0.00, 0.76, 0.26. Web safe color of #7fbd2d is #66cc33. Color #7fbd2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111101 00101101
Octal 177 275 55
Decimal 127 189 45
Hex 7F BD 2D

RGB Percentages of Color #7fbd2d

%35.18
%52.35
%12.47

CMYK Percentages of Color #7fbd2d

%33
%0
%76
%26

Triadic Colors of #7fbd2d

#7fbd2d #2d7fbd #bd2d7f

Analogous Colors of #7fbd2d

#7fbd2d #37bd2d #bdb32d

Monochromatic Colors of #7fbd2d

#7fbd2d

Complementary Color

#7fbd2d #6b2dbd

#7fbd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbd2d Color CSS Codes

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

#7fbd2d Text Font Color

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

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


#7fbd2d Background Color

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

This div background color is #7fbd2d


#7fbd2d Border Color

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

This div border color is #7fbd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbd2d


Comments

No comments written yet.

Please login to write comment.