Color Hex Logo

#baa434 Color Hex

#BAA434
(186,164,52)
0 Favorites   0 Comments

Color spaces of #baa434

RGB 18616452
HSL0.140.560.47
HSV50°72°73°
CMYK 0.000.120.72   0.27
XYZ34.145037.23808.6368
Yxy37.23800.42670.4654
Hunter Lab61.0229-6.911634.3245
CIE-Lab67.4552-4.280857.9551

#baa434 color RGB value is (186,164,52).

#baa434 hex color red value is 186, green value is 164 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #baa434 hue: 0.14 , saturation: 0.56 and the lightness value of baa434 is 0.47.

The process color (four color CMYK) of #baa434 color hex is 0.00, 0.12, 0.72, 0.27. Web safe color of #baa434 is #cc9933. Color #baa434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 00110100
Octal 272 244 64
Decimal 186 164 52
Hex BA A4 34

RGB Percentages of Color #baa434

%46.27
%40.80
%12.94

CMYK Percentages of Color #baa434

%0
%12
%72
%27

Triadic Colors of #baa434

#baa434 #34baa4 #a434ba

Analogous Colors of #baa434

#baa434 #8dba34 #ba6134

Monochromatic Colors of #baa434

#baa434

Complementary Color

#baa434 #344aba

#baa434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa434 Color CSS Codes

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

#baa434 Text Font Color

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

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


#baa434 Background Color

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

This div background color is #baa434


#baa434 Border Color

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

This div border color is #baa434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa434


Comments

No comments written yet.

Please login to write comment.