Color Hex Logo

#baa952 Color Hex

#BAA952
(186,169,82)
1 Favorites   0 Comments

Color spaces of #baa952

RGB 18616982
HSL0.140.430.53
HSV50°56°73°
CMYK 0.000.090.56   0.27
XYZ35.960739.424213.6970
Yxy39.42420.40370.4426
Hunter Lab62.7887-7.648731.0183
CIE-Lab69.0574-4.995146.4390

#baa952 color RGB value is (186,169,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 01010010
Octal 272 251 122
Decimal 186 169 82
Hex BA A9 52

RGB Percentages of Color #baa952

%42.56
%38.67
%18.76

CMYK Percentages of Color #baa952

%0
%9
%56
%27

Triadic Colors of #baa952

#baa952 #52baa9 #a952ba

Analogous Colors of #baa952

#baa952 #97ba52 #ba7552

Monochromatic Colors of #baa952

#baa952

Complementary Color

#baa952 #5263ba

#baa952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa952 Color CSS Codes

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

#baa952 Text Font Color

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

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


#baa952 Background Color

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

This div background color is #baa952


#baa952 Border Color

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

This div border color is #baa952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa952

#baa952 Color Palettes


Comments

No comments written yet.

Please login to write comment.