Color Hex Logo

#babf8e Color Hex

#BABF8E
(186,191,142)
0 Favorites   0 Comments

Color spaces of #babf8e

RGB 186191142
HSL0.180.280.65
HSV66°26°75°
CMYK 0.030.000.26   0.25
XYZ43.763049.653732.8688
Yxy49.65370.34650.3932
Hunter Lab70.4654-12.455821.6698
CIE-Lab75.8562-9.838124.2082

#babf8e color RGB value is (186,191,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 10001110
Octal 272 277 216
Decimal 186 191 142
Hex BA BF 8E

RGB Percentages of Color #babf8e

%35.84
%36.80
%27.36

CMYK Percentages of Color #babf8e

%3
%0
%26
%25

Triadic Colors of #babf8e

#babf8e #8ebabf #bf8eba

Analogous Colors of #babf8e

#babf8e #a2bf8e #bfac8e

Monochromatic Colors of #babf8e

#babf8e

Complementary Color

#babf8e #938ebf

#babf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf8e Color CSS Codes

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

#babf8e Text Font Color

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

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


#babf8e Background Color

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

This div background color is #babf8e


#babf8e Border Color

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

This div border color is #babf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf8e


Comments

No comments written yet.

Please login to write comment.