Color Hex Logo

#baaa5d Color Hex

#BAAA5D
(186,170,93)
0 Favorites   0 Comments

Color spaces of #baaa5d

RGB 18617093
HSL0.140.400.55
HSV50°50°73°
CMYK 0.000.090.50   0.27
XYZ36.600239.978916.1436
Yxy39.97890.39470.4312
Hunter Lab63.2289-7.325329.1223
CIE-Lab69.4545-4.575541.4807

#baaa5d color RGB value is (186,170,93).

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

The process color (four color CMYK) of #baaa5d color hex is 0.00, 0.09, 0.50, 0.27. Web safe color of #baaa5d is #cc9966. Color #baaa5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01011101
Octal 272 252 135
Decimal 186 170 93
Hex BA AA 5D

RGB Percentages of Color #baaa5d

%41.43
%37.86
%20.71

CMYK Percentages of Color #baaa5d

%0
%9
%50
%27

Triadic Colors of #baaa5d

#baaa5d #5dbaaa #aa5dba

Analogous Colors of #baaa5d

#baaa5d #9cba5d #ba7c5d

Monochromatic Colors of #baaa5d

#baaa5d

Complementary Color

#baaa5d #5d6dba

#baaa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa5d Color CSS Codes

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

#baaa5d Text Font Color

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

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


#baaa5d Background Color

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

This div background color is #baaa5d


#baaa5d Border Color

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

This div border color is #baaa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa5d


Comments

No comments written yet.

Please login to write comment.