Color Hex Logo

#baac54 Color Hex

#BAAC54
(186,172,84)
0 Favorites   0 Comments

Color spaces of #baac54

RGB 18617284
HSL0.140.430.53
HSV52°55°73°
CMYK 0.000.080.55   0.27
XYZ36.602540.584214.2919
Yxy40.58420.40010.4436
Hunter Lab63.7057-8.926831.2927
CIE-Lab69.8836-6.417546.4332

#baac54 color RGB value is (186,172,84).

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

The process color (four color CMYK) of #baac54 color hex is 0.00, 0.08, 0.55, 0.27. Web safe color of #baac54 is #cc9966. Color #baac54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01010100
Octal 272 254 124
Decimal 186 172 84
Hex BA AC 54

RGB Percentages of Color #baac54

%42.08
%38.91
%19.00

CMYK Percentages of Color #baac54

%0
%8
%55
%27

Triadic Colors of #baac54

#baac54 #54baac #ac54ba

Analogous Colors of #baac54

#baac54 #95ba54 #ba7954

Monochromatic Colors of #baac54

#baac54

Complementary Color

#baac54 #5462ba

#baac54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac54 Color CSS Codes

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

#baac54 Text Font Color

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

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


#baac54 Background Color

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

This div background color is #baac54


#baac54 Border Color

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

This div border color is #baac54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac54


Comments

No comments written yet.

Please login to write comment.