Color Hex Logo

#babf89 Color Hex

#BABF89
(186,191,137)
0 Favorites   0 Comments

Color spaces of #babf89

RGB 186191137
HSL0.180.300.64
HSV66°28°75°
CMYK 0.030.000.28   0.25
XYZ43.395949.506830.9355
Yxy49.50680.35040.3998
Hunter Lab70.3611-13.040223.1848
CIE-Lab75.7655-10.529826.7356

#babf89 color RGB value is (186,191,137).

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

The process color (four color CMYK) of #babf89 color hex is 0.03, 0.00, 0.28, 0.25. Web safe color of #babf89 is #cccc99. Color #babf89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 10001001
Octal 272 277 211
Decimal 186 191 137
Hex BA BF 89

RGB Percentages of Color #babf89

%36.19
%37.16
%26.65

CMYK Percentages of Color #babf89

%3
%0
%28
%25

Triadic Colors of #babf89

#babf89 #89babf #bf89ba

Analogous Colors of #babf89

#babf89 #9fbf89 #bfa989

Monochromatic Colors of #babf89

#babf89

Complementary Color

#babf89 #8e89bf

#babf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf89 Color CSS Codes

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

#babf89 Text Font Color

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

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


#babf89 Background Color

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

This div background color is #babf89


#babf89 Border Color

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

This div border color is #babf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf89


Comments

No comments written yet.

Please login to write comment.