Color Hex Logo

#baaa55 Color Hex

#BAAA55
(186,170,85)
0 Favorites   0 Comments

Color spaces of #baaa55

RGB 18617085
HSL0.140.420.53
HSV50°54°73°
CMYK 0.000.090.54   0.27
XYZ36.264139.844414.3738
Yxy39.84440.40080.4404
Hunter Lab63.1224-7.915230.6846
CIE-Lab69.3586-5.278945.3341

#baaa55 color RGB value is (186,170,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01010101
Octal 272 252 125
Decimal 186 170 85
Hex BA AA 55

RGB Percentages of Color #baaa55

%42.18
%38.55
%19.27

CMYK Percentages of Color #baaa55

%0
%9
%54
%27

Triadic Colors of #baaa55

#baaa55 #55baaa #aa55ba

Analogous Colors of #baaa55

#baaa55 #98ba55 #ba7855

Monochromatic Colors of #baaa55

#baaa55

Complementary Color

#baaa55 #5565ba

#baaa55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa55 Color CSS Codes

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

#baaa55 Text Font Color

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

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


#baaa55 Background Color

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

This div background color is #baaa55


#baaa55 Border Color

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

This div border color is #baaa55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa55

#baaa55 Color Palettes


Comments

No comments written yet.

Please login to write comment.