Color Hex Logo

#babf8b Color Hex

#BABF8B
(186,191,139)
0 Favorites   0 Comments

Color spaces of #babf8b

RGB 186191139
HSL0.180.290.65
HSV66°27°75°
CMYK 0.030.000.27   0.25
XYZ43.540749.564831.6982
Yxy49.56480.34890.3971
Hunter Lab70.4023-12.809622.5866
CIE-Lab75.8014-10.256525.7256

#babf8b color RGB value is (186,191,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 10001011
Octal 272 277 213
Decimal 186 191 139
Hex BA BF 8B

RGB Percentages of Color #babf8b

%36.05
%37.02
%26.94

CMYK Percentages of Color #babf8b

%3
%0
%27
%25

Triadic Colors of #babf8b

#babf8b #8bbabf #bf8bba

Analogous Colors of #babf8b

#babf8b #a0bf8b #bfaa8b

Monochromatic Colors of #babf8b

#babf8b

Complementary Color

#babf8b #908bbf

#babf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf8b Color CSS Codes

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

#babf8b Text Font Color

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

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


#babf8b Background Color

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

This div background color is #babf8b


#babf8b Border Color

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

This div border color is #babf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf8b


Comments

No comments written yet.

Please login to write comment.