Color Hex Logo

#babc87 Color Hex

#BABC87
(186,188,135)
0 Favorites   0 Comments

Color spaces of #babc87

RGB 186188135
HSL0.170.280.63
HSV62°28°74°
CMYK 0.010.000.28   0.26
XYZ42.606148.154829.9709
Yxy48.15480.35290.3989
Hunter Lab69.3937-11.844022.9684
CIE-Lab74.9225-9.245926.6631

#babc87 color RGB value is (186,188,135).

#babc87 hex color red value is 186, green value is 188 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #babc87 hue: 0.17 , saturation: 0.28 and the lightness value of babc87 is 0.63.

The process color (four color CMYK) of #babc87 color hex is 0.01, 0.00, 0.28, 0.26. Web safe color of #babc87 is #cccc99. Color #babc87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111100 10000111
Octal 272 274 207
Decimal 186 188 135
Hex BA BC 87

RGB Percentages of Color #babc87

%36.54
%36.94
%26.52

CMYK Percentages of Color #babc87

%1
%0
%28
%26

Triadic Colors of #babc87

#babc87 #87babc #bc87ba

Analogous Colors of #babc87

#babc87 #a0bc87 #bca487

Monochromatic Colors of #babc87

#babc87

Complementary Color

#babc87 #8987bc

#babc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#babc87 Color CSS Codes

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

#babc87 Text Font Color

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

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


#babc87 Background Color

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

This div background color is #babc87


#babc87 Border Color

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

This div border color is #babc87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babc87


Comments

No comments written yet.

Please login to write comment.