Color Hex Logo

#baa43c Color Hex

#BAA43C
(186,164,60)
0 Favorites   0 Comments

Color spaces of #baa43c

RGB 18616460
HSL0.140.510.48
HSV50°68°73°
CMYK 0.000.120.68   0.27
XYZ34.340837.31639.6678
Yxy37.31630.42230.4589
Hunter Lab61.0871-6.556533.3776
CIE-Lab67.5137-3.854654.7642

#baa43c color RGB value is (186,164,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 00111100
Octal 272 244 74
Decimal 186 164 60
Hex BA A4 3C

RGB Percentages of Color #baa43c

%45.37
%40.00
%14.63

CMYK Percentages of Color #baa43c

%0
%12
%68
%27

Triadic Colors of #baa43c

#baa43c #3cbaa4 #a43cba

Analogous Colors of #baa43c

#baa43c #91ba3c #ba653c

Monochromatic Colors of #baa43c

#baa43c

Complementary Color

#baa43c #3c52ba

#baa43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa43c Color CSS Codes

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

#baa43c Text Font Color

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

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


#baa43c Background Color

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

This div background color is #baa43c


#baa43c Border Color

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

This div border color is #baa43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa43c


Comments

No comments written yet.

Please login to write comment.