Color Hex Logo

#baac53 Color Hex

#BAAC53
(186,172,83)
0 Favorites   0 Comments

Color spaces of #baac53

RGB 18617283
HSL0.140.430.53
HSV52°55°73°
CMYK 0.000.080.55   0.27
XYZ36.563640.568714.0870
Yxy40.56870.40080.4447
Hunter Lab63.6936-8.994931.4724
CIE-Lab69.8727-6.499346.9024

#baac53 color RGB value is (186,172,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101100 01010011
Octal 272 254 123
Decimal 186 172 83
Hex BA AC 53

RGB Percentages of Color #baac53

%42.18
%39.00
%18.82

CMYK Percentages of Color #baac53

%0
%8
%55
%27

Triadic Colors of #baac53

#baac53 #53baac #ac53ba

Analogous Colors of #baac53

#baac53 #95ba53 #ba7953

Monochromatic Colors of #baac53

#baac53

Complementary Color

#baac53 #5361ba

#baac53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baac53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baac53 Color CSS Codes

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

#baac53 Text Font Color

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

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


#baac53 Background Color

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

This div background color is #baac53


#baac53 Border Color

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

This div border color is #baac53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baac53


Comments

No comments written yet.

Please login to write comment.