Color Hex Logo

#7fbe72 Color Hex

#7FBE72
(127,190,114)
0 Favorites   0 Comments

Color spaces of #7fbe72

RGB 127190114
HSL0.300.370.60
HSV110°40°75°
CMYK 0.330.000.40   0.25
XYZ30.203142.553822.5414
Yxy42.55380.31690.4465
Hunter Lab65.2333-31.512525.1756
CIE-Lab71.2511-34.883232.1187

#7fbe72 color RGB value is (127,190,114).

#7fbe72 hex color red value is 127, green value is 190 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #7fbe72 hue: 0.30 , saturation: 0.37 and the lightness value of 7fbe72 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 01110010
Octal 177 276 162
Decimal 127 190 114
Hex 7F BE 72

RGB Percentages of Color #7fbe72

%29.47
%44.08
%26.45

CMYK Percentages of Color #7fbe72

%33
%0
%40
%25

Triadic Colors of #7fbe72

#7fbe72 #727fbe #be727f

Analogous Colors of #7fbe72

#7fbe72 #72be8b #a5be72

Monochromatic Colors of #7fbe72

#7fbe72

Complementary Color

#7fbe72 #b172be

#7fbe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbe72 Color CSS Codes

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

#7fbe72 Text Font Color

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

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


#7fbe72 Background Color

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

This div background color is #7fbe72


#7fbe72 Border Color

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

This div border color is #7fbe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbe72


Comments

No comments written yet.

Please login to write comment.