Color Hex Logo

#7fbe4b Color Hex

#7FBE4B
(127,190,75)
0 Favorites   0 Comments

Color spaces of #7fbe4b

RGB 12719075
HSL0.260.470.52
HSV93°61°75°
CMYK 0.330.000.61   0.25
XYZ28.435941.846913.2352
Yxy41.84690.34050.5011
Hunter Lab64.6892-34.741533.1519
CIE-Lab70.7652-39.577950.5227

#7fbe4b color RGB value is (127,190,75).

#7fbe4b hex color red value is 127, green value is 190 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #7fbe4b hue: 0.26 , saturation: 0.47 and the lightness value of 7fbe4b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 01001011
Octal 177 276 113
Decimal 127 190 75
Hex 7F BE 4B

RGB Percentages of Color #7fbe4b

%32.40
%48.47
%19.13

CMYK Percentages of Color #7fbe4b

%33
%0
%61
%25

Triadic Colors of #7fbe4b

#7fbe4b #4b7fbe #be4b7f

Analogous Colors of #7fbe4b

#7fbe4b #4bbe51 #b9be4b

Monochromatic Colors of #7fbe4b

#7fbe4b

Complementary Color

#7fbe4b #8a4bbe

#7fbe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbe4b Color CSS Codes

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

#7fbe4b Text Font Color

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

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


#7fbe4b Background Color

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

This div background color is #7fbe4b


#7fbe4b Border Color

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

This div border color is #7fbe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbe4b


Comments

No comments written yet.

Please login to write comment.