Color Hex Logo

#baa75e Color Hex

#BAA75E
(186,167,94)
0 Favorites   0 Comments

Color spaces of #baa75e

RGB 18616794
HSL0.130.400.55
HSV48°49°73°
CMYK 0.000.100.49   0.27
XYZ36.088838.884716.1931
Yxy38.88470.39590.4265
Hunter Lab62.3576-5.820828.2538
CIE-Lab68.6677-2.886240.0160

#baa75e color RGB value is (186,167,94).

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

The process color (four color CMYK) of #baa75e color hex is 0.00, 0.10, 0.49, 0.27. Web safe color of #baa75e is #cc9966. Color #baa75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100111 01011110
Octal 272 247 136
Decimal 186 167 94
Hex BA A7 5E

RGB Percentages of Color #baa75e

%41.61
%37.36
%21.03

CMYK Percentages of Color #baa75e

%0
%10
%49
%27

Triadic Colors of #baa75e

#baa75e #5ebaa7 #a75eba

Analogous Colors of #baa75e

#baa75e #9fba5e #ba795e

Monochromatic Colors of #baa75e

#baa75e

Complementary Color

#baa75e #5e71ba

#baa75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa75e Color CSS Codes

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

#baa75e Text Font Color

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

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


#baa75e Background Color

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

This div background color is #baa75e


#baa75e Border Color

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

This div border color is #baa75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa75e


Comments

No comments written yet.

Please login to write comment.