Color Hex Logo

#babb7f Color Hex

#BABB7F
(186,187,127)
0 Favorites   0 Comments

Color spaces of #babb7f

RGB 186187127
HSL0.170.310.62
HSV61°32°73°
CMYK 0.010.000.32   0.27
XYZ41.850847.512127.0436
Yxy47.51210.35950.4082
Hunter Lab68.9290-12.248124.9885
CIE-Lab74.5161-9.769330.3441

#babb7f color RGB value is (186,187,127).

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

The process color (four color CMYK) of #babb7f color hex is 0.01, 0.00, 0.32, 0.27. Web safe color of #babb7f is #cccc66. Color #babb7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 01111111
Octal 272 273 177
Decimal 186 187 127
Hex BA BB 7F

RGB Percentages of Color #babb7f

%37.20
%37.40
%25.40

CMYK Percentages of Color #babb7f

%1
%0
%32
%27

Triadic Colors of #babb7f

#babb7f #7fbabb #bb7fba

Analogous Colors of #babb7f

#babb7f #9cbb7f #bb9e7f

Monochromatic Colors of #babb7f

#babb7f

Complementary Color

#babb7f #807fbb

#babb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#babb7f Color CSS Codes

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

#babb7f Text Font Color

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

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


#babb7f Background Color

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

This div background color is #babb7f


#babb7f Border Color

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

This div border color is #babb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babb7f


Comments

No comments written yet.

Please login to write comment.