Color Hex Logo

#baa154 Color Hex

#BAA154
(186,161,84)
0 Favorites   0 Comments

Color spaces of #baa154

RGB 18616184
HSL0.130.430.53
HSV45°55°73°
CMYK 0.000.130.55   0.27
XYZ34.594836.568913.6227
Yxy36.56890.40800.4313
Hunter Lab60.4722-3.710628.9742
CIE-Lab66.9523-0.559342.9911

#baa154 color RGB value is (186,161,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100001 01010100
Octal 272 241 124
Decimal 186 161 84
Hex BA A1 54

RGB Percentages of Color #baa154

%43.16
%37.35
%19.49

CMYK Percentages of Color #baa154

%0
%13
%55
%27

Triadic Colors of #baa154

#baa154 #54baa1 #a154ba

Analogous Colors of #baa154

#baa154 #a0ba54 #ba6e54

Monochromatic Colors of #baa154

#baa154

Complementary Color

#baa154 #546dba

#baa154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa154 Color CSS Codes

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

#baa154 Text Font Color

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

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


#baa154 Background Color

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

This div background color is #baa154


#baa154 Border Color

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

This div border color is #baa154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa154


Comments

No comments written yet.

Please login to write comment.