Color Hex Logo

#baa24e Color Hex

#BAA24E
(186,162,78)
0 Favorites   0 Comments

Color spaces of #baa24e

RGB 18616278
HSL0.130.440.52
HSV47°58°73°
CMYK 0.000.130.58   0.27
XYZ34.545236.829812.4959
Yxy36.82980.41190.4391
Hunter Lab60.6876-4.595630.2732
CIE-Lab67.1491-1.578346.1682

#baa24e color RGB value is (186,162,78).

#baa24e hex color red value is 186, green value is 162 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #baa24e hue: 0.13 , saturation: 0.44 and the lightness value of baa24e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 01001110
Octal 272 242 116
Decimal 186 162 78
Hex BA A2 4E

RGB Percentages of Color #baa24e

%43.66
%38.03
%18.31

CMYK Percentages of Color #baa24e

%0
%13
%58
%27

Triadic Colors of #baa24e

#baa24e #4ebaa2 #a24eba

Analogous Colors of #baa24e

#baa24e #9cba4e #ba6c4e

Monochromatic Colors of #baa24e

#baa24e

Complementary Color

#baa24e #4e66ba

#baa24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa24e Color CSS Codes

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

#baa24e Text Font Color

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

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


#baa24e Background Color

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

This div background color is #baa24e


#baa24e Border Color

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

This div border color is #baa24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa24e


Comments

No comments written yet.

Please login to write comment.