Color Hex Logo

#babb5e Color Hex

#BABB5E
(186,187,94)
0 Favorites   0 Comments

Color spaces of #babb5e

RGB 18618794
HSL0.170.410.55
HSV61°50°73°
CMYK 0.010.000.50   0.27
XYZ40.040446.787917.5103
Yxy46.78790.38380.4484
Hunter Lab68.4017-15.214132.7034
CIE-Lab74.0539-13.342846.5040

#babb5e color RGB value is (186,187,94).

#babb5e hex color red value is 186, green value is 187 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #babb5e hue: 0.17 , saturation: 0.41 and the lightness value of babb5e is 0.55.

The process color (four color CMYK) of #babb5e color hex is 0.01, 0.00, 0.50, 0.27. Web safe color of #babb5e is #cccc66. Color #babb5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 01011110
Octal 272 273 136
Decimal 186 187 94
Hex BA BB 5E

RGB Percentages of Color #babb5e

%39.83
%40.04
%20.13

CMYK Percentages of Color #babb5e

%1
%0
%50
%27

Triadic Colors of #babb5e

#babb5e #5ebabb #bb5eba

Analogous Colors of #babb5e

#babb5e #8cbb5e #bb8e5e

Monochromatic Colors of #babb5e

#babb5e

Complementary Color

#babb5e #5f5ebb

#babb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#babb5e Color CSS Codes

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

#babb5e Text Font Color

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

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


#babb5e Background Color

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

This div background color is #babb5e


#babb5e Border Color

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

This div border color is #babb5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,187,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 #babb5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babb5e


Comments

No comments written yet.

Please login to write comment.