Color Hex Logo

#baa982 Color Hex

#BAA982
(186,169,130)
0 Favorites   0 Comments

Color spaces of #baa982

RGB 186169130
HSL0.120.290.62
HSV42°30°73°
CMYK 0.000.090.30   0.27
XYZ38.466940.426726.8948
Yxy40.42670.36360.3821
Hunter Lab63.5820-3.276619.4281
CIE-Lab69.77240.136422.3962

#baa982 color RGB value is (186,169,130).

#baa982 hex color red value is 186, green value is 169 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #baa982 hue: 0.12 , saturation: 0.29 and the lightness value of baa982 is 0.62.

The process color (four color CMYK) of #baa982 color hex is 0.00, 0.09, 0.30, 0.27. Web safe color of #baa982 is #cc9999. Color #baa982 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 10000010
Octal 272 251 202
Decimal 186 169 130
Hex BA A9 82

RGB Percentages of Color #baa982

%38.35
%34.85
%26.80

CMYK Percentages of Color #baa982

%0
%9
%30
%27

Triadic Colors of #baa982

#baa982 #82baa9 #a982ba

Analogous Colors of #baa982

#baa982 #afba82 #ba8d82

Monochromatic Colors of #baa982

#baa982

Complementary Color

#baa982 #8293ba

#baa982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa982 Color CSS Codes

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

#baa982 Text Font Color

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

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


#baa982 Background Color

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

This div background color is #baa982


#baa982 Border Color

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

This div border color is #baa982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa982


Comments

No comments written yet.

Please login to write comment.