Color Hex Logo

#7fba8b Color Hex

#7FBA8B
(127,186,139)
0 Favorites   0 Comments

Color spaces of #7fba8b

RGB 127186139
HSL0.370.300.61
HSV132°32°73°
CMYK 0.320.000.25   0.27
XYZ30.971541.493930.8029
Yxy41.49390.29990.4018
Hunter Lab64.4158-26.903716.7392
CIE-Lab70.5206-28.865317.8807

#7fba8b color RGB value is (127,186,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 10001011
Octal 177 272 213
Decimal 127 186 139
Hex 7F BA 8B

RGB Percentages of Color #7fba8b

%28.10
%41.15
%30.75

CMYK Percentages of Color #7fba8b

%32
%0
%25
%27

Triadic Colors of #7fba8b

#7fba8b #8b7fba #ba8b7f

Analogous Colors of #7fba8b

#7fba8b #7fbaa9 #91ba7f

Monochromatic Colors of #7fba8b

#7fba8b

Complementary Color

#7fba8b #ba7fae

#7fba8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fba8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fba8b Color CSS Codes

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

#7fba8b Text Font Color

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

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


#7fba8b Background Color

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

This div background color is #7fba8b


#7fba8b Border Color

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

This div border color is #7fba8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fba8b


Comments

No comments written yet.

Please login to write comment.