Color Hex Logo

#baa652 Color Hex

#BAA652
(186,166,82)
0 Favorites   0 Comments

Color spaces of #baa652

RGB 18616682
HSL0.130.430.53
HSV48°56°73°
CMYK 0.000.110.56   0.27
XYZ35.408938.320713.5130
Yxy38.32070.40590.4392
Hunter Lab61.9037-6.229630.3902
CIE-Lab68.2563-3.401245.5086

#baa652 color RGB value is (186,166,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 01010010
Octal 272 246 122
Decimal 186 166 82
Hex BA A6 52

RGB Percentages of Color #baa652

%42.86
%38.25
%18.89

CMYK Percentages of Color #baa652

%0
%11
%56
%27

Triadic Colors of #baa652

#baa652 #52baa6 #a652ba

Analogous Colors of #baa652

#baa652 #9aba52 #ba7252

Monochromatic Colors of #baa652

#baa652

Complementary Color

#baa652 #5266ba

#baa652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa652 Color CSS Codes

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

#baa652 Text Font Color

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

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


#baa652 Background Color

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

This div background color is #baa652


#baa652 Border Color

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

This div border color is #baa652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa652


Comments

No comments written yet.

Please login to write comment.