Color Hex Logo

#babf5e Color Hex

#BABF5E
(186,191,94)
0 Favorites   0 Comments

Color spaces of #babf5e

RGB 18619194
HSL0.180.430.56
HSV63°51°75°
CMYK 0.030.000.51   0.25
XYZ40.900948.508917.7971
Yxy48.50890.38150.4525
Hunter Lab69.6483-17.060733.6036
CIE-Lab75.1448-15.378947.7943

#babf5e color RGB value is (186,191,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111111 01011110
Octal 272 277 136
Decimal 186 191 94
Hex BA BF 5E

RGB Percentages of Color #babf5e

%39.49
%40.55
%19.96

CMYK Percentages of Color #babf5e

%3
%0
%51
%25

Triadic Colors of #babf5e

#babf5e #5ebabf #bf5eba

Analogous Colors of #babf5e

#babf5e #8abf5e #bf945e

Monochromatic Colors of #babf5e

#babf5e

Complementary Color

#babf5e #635ebf

#babf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babf5e Color CSS Codes

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

#babf5e Text Font Color

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

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


#babf5e Background Color

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

This div background color is #babf5e


#babf5e Border Color

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

This div border color is #babf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babf5e


Comments

No comments written yet.

Please login to write comment.