Color Hex Logo

#7fbb86 Color Hex

#7FBB86
(127,187,134)
0 Favorites   0 Comments

Color spaces of #7fbb86

RGB 127187134
HSL0.350.310.62
HSV127°32°73°
CMYK 0.320.000.28   0.27
XYZ30.825841.773928.9927
Yxy41.77390.30340.4112
Hunter Lab64.6327-27.973918.6468
CIE-Lab70.7148-30.242620.8395

#7fbb86 color RGB value is (127,187,134).

#7fbb86 hex color red value is 127, green value is 187 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #7fbb86 hue: 0.35 , saturation: 0.31 and the lightness value of 7fbb86 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111011 10000110
Octal 177 273 206
Decimal 127 187 134
Hex 7F BB 86

RGB Percentages of Color #7fbb86

%28.35
%41.74
%29.91

CMYK Percentages of Color #7fbb86

%32
%0
%28
%27

Triadic Colors of #7fbb86

#7fbb86 #867fbb #bb867f

Analogous Colors of #7fbb86

#7fbb86 #7fbba4 #96bb7f

Monochromatic Colors of #7fbb86

#7fbb86

Complementary Color

#7fbb86 #bb7fb4

#7fbb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbb86 Color CSS Codes

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

#7fbb86 Text Font Color

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

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


#7fbb86 Background Color

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

This div background color is #7fbb86


#7fbb86 Border Color

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

This div border color is #7fbb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbb86


Comments

No comments written yet.

Please login to write comment.