Color Hex Logo

#babb7e Color Hex

#BABB7E
(186,187,126)
0 Favorites   0 Comments

Color spaces of #babb7e

RGB 186187126
HSL0.170.310.61
HSV61°33°73°
CMYK 0.010.000.33   0.27
XYZ41.785947.486126.7020
Yxy47.48610.36030.4095
Hunter Lab68.9102-12.353525.2628
CIE-Lab74.4996-9.894830.8472

#babb7e color RGB value is (186,187,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 01111110
Octal 272 273 176
Decimal 186 187 126
Hex BA BB 7E

RGB Percentages of Color #babb7e

%37.27
%37.47
%25.25

CMYK Percentages of Color #babb7e

%1
%0
%33
%27

Triadic Colors of #babb7e

#babb7e #7ebabb #bb7eba

Analogous Colors of #babb7e

#babb7e #9cbb7e #bb9e7e

Monochromatic Colors of #babb7e

#babb7e

Complementary Color

#babb7e #7f7ebb

#babb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babb7e Color CSS Codes

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

#babb7e Text Font Color

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

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


#babb7e Background Color

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

This div background color is #babb7e


#babb7e Border Color

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

This div border color is #babb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babb7e


Comments

No comments written yet.

Please login to write comment.