Color Hex Logo

#baaa52 Color Hex

#BAAA52
(186,170,82)
0 Favorites   0 Comments

Color spaces of #baaa52

RGB 18617082
HSL0.140.430.53
HSV51°56°73°
CMYK 0.000.090.56   0.27
XYZ36.147439.797813.7592
Yxy39.79780.40300.4437
Hunter Lab63.0855-8.120831.2285
CIE-Lab69.3253-5.524846.7494

#baaa52 color RGB value is (186,170,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01010010
Octal 272 252 122
Decimal 186 170 82
Hex BA AA 52

RGB Percentages of Color #baaa52

%42.47
%38.81
%18.72

CMYK Percentages of Color #baaa52

%0
%9
%56
%27

Triadic Colors of #baaa52

#baaa52 #52baaa #aa52ba

Analogous Colors of #baaa52

#baaa52 #96ba52 #ba7652

Monochromatic Colors of #baaa52

#baaa52

Complementary Color

#baaa52 #5262ba

#baaa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa52 Color CSS Codes

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

#baaa52 Text Font Color

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

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


#baaa52 Background Color

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

This div background color is #baaa52


#baaa52 Border Color

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

This div border color is #baaa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa52


Comments

No comments written yet.

Please login to write comment.