Color Hex Logo

#baba7e Color Hex

#BABA7E
(186,186,126)
0 Favorites   0 Comments

Color spaces of #baba7e

RGB 186186126
HSL0.170.300.61
HSV60°32°73°
CMYK 0.000.000.32   0.27
XYZ41.574547.063326.6316
Yxy47.06330.36070.4083
Hunter Lab68.6027-11.880425.0055
CIE-Lab74.2302-9.375930.4929

#baba7e color RGB value is (186,186,126).

#baba7e hex color red value is 186, green value is 186 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #baba7e hue: 0.17 , saturation: 0.30 and the lightness value of baba7e is 0.61.

The process color (four color CMYK) of #baba7e color hex is 0.00, 0.00, 0.32, 0.27. Web safe color of #baba7e is #cccc66. Color #baba7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 01111110
Octal 272 272 176
Decimal 186 186 126
Hex BA BA 7E

RGB Percentages of Color #baba7e

%37.35
%37.35
%25.30

CMYK Percentages of Color #baba7e

%0
%0
%32
%27

Triadic Colors of #baba7e

#baba7e #7ebaba #ba7eba

Analogous Colors of #baba7e

#baba7e #9cba7e #ba9c7e

Monochromatic Colors of #baba7e

#baba7e

Complementary Color

#baba7e #7e7eba

#baba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba7e Color CSS Codes

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

#baba7e Text Font Color

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

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


#baba7e Background Color

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

This div background color is #baba7e


#baba7e Border Color

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

This div border color is #baba7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba7e


Comments

No comments written yet.

Please login to write comment.