Color Hex Logo

#baa452 Color Hex

#BAA452
(186,164,82)
0 Favorites   0 Comments

Color spaces of #baa452

RGB 18616482
HSL0.130.430.53
HSV47°56°73°
CMYK 0.000.120.56   0.27
XYZ35.048137.599213.3928
Yxy37.59920.40730.4370
Hunter Lab61.3182-5.280229.9729
CIE-Lab67.7242-2.333744.8877

#baa452 color RGB value is (186,164,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 01010010
Octal 272 244 122
Decimal 186 164 82
Hex BA A4 52

RGB Percentages of Color #baa452

%43.06
%37.96
%18.98

CMYK Percentages of Color #baa452

%0
%12
%56
%27

Triadic Colors of #baa452

#baa452 #52baa4 #a452ba

Analogous Colors of #baa452

#baa452 #9cba52 #ba7052

Monochromatic Colors of #baa452

#baa452

Complementary Color

#baa452 #5268ba

#baa452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa452 Color CSS Codes

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

#baa452 Text Font Color

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

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


#baa452 Background Color

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

This div background color is #baa452


#baa452 Border Color

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

This div border color is #baa452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa452


Comments

No comments written yet.

Please login to write comment.