Color Hex Logo

#baaa54 Color Hex

#BAAA54
(186,170,84)
0 Favorites   0 Comments

Color spaces of #baaa54

RGB 18617084
HSL0.140.430.53
HSV51°55°73°
CMYK 0.000.090.55   0.27
XYZ36.224739.828614.1660
Yxy39.82860.40150.4415
Hunter Lab63.1099-7.984430.8684
CIE-Lab69.3473-5.361645.8078

#baaa54 color RGB value is (186,170,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 01010100
Octal 272 252 124
Decimal 186 170 84
Hex BA AA 54

RGB Percentages of Color #baaa54

%42.27
%38.64
%19.09

CMYK Percentages of Color #baaa54

%0
%9
%55
%27

Triadic Colors of #baaa54

#baaa54 #54baaa #aa54ba

Analogous Colors of #baaa54

#baaa54 #97ba54 #ba7754

Monochromatic Colors of #baaa54

#baaa54

Complementary Color

#baaa54 #5464ba

#baaa54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaa54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaa54 Color CSS Codes

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

#baaa54 Text Font Color

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

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


#baaa54 Background Color

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

This div background color is #baaa54


#baaa54 Border Color

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

This div border color is #baaa54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaa54


Comments

No comments written yet.

Please login to write comment.