Color Hex Logo

#babf6e Color Hex

#BABF6E
(186,191,110)
0 Favorites   0 Comments

Color spaces of #babf6e

RGB 186191110
HSL0.180.390.59
HSV64°42°75°
CMYK 0.030.000.42   0.25
XYZ41.695048.826521.9787
Yxy48.82650.37060.4340
Hunter Lab69.8760-15.771930.2642
CIE-Lab75.3433-13.807140.1670

#babf6e color RGB value is (186,191,110).

#babf6e hex color red value is 186, green value is 191 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #babf6e hue: 0.18 , saturation: 0.39 and the lightness value of babf6e is 0.59.

The process color (four color CMYK) of #babf6e color hex is 0.03, 0.00, 0.42, 0.25. Web safe color of #babf6e is #cccc66. Color #babf6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 01101110
Octal 272 277 156
Decimal 186 191 110
Hex BA BF 6E

RGB Percentages of Color #babf6e

%38.19
%39.22
%22.59

CMYK Percentages of Color #babf6e

%3
%0
%42
%25

Triadic Colors of #babf6e

#babf6e #6ebabf #bf6eba

Analogous Colors of #babf6e

#babf6e #92bf6e #bf9c6e

Monochromatic Colors of #babf6e

#babf6e

Complementary Color

#babf6e #736ebf

#babf6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf6e Color CSS Codes

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

#babf6e Text Font Color

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

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


#babf6e Background Color

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

This div background color is #babf6e


#babf6e Border Color

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

This div border color is #babf6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf6e


Comments

No comments written yet.

Please login to write comment.