Color Hex Logo

#baa24b Color Hex

#BAA24B
(186,162,75)
0 Favorites   0 Comments

Color spaces of #baa24b

RGB 18616275
HSL0.130.450.51
HSV47°60°73°
CMYK 0.000.130.60   0.27
XYZ34.440036.787811.9422
Yxy36.78780.41410.4423
Hunter Lab60.6529-4.786730.7832
CIE-Lab67.1175-1.804547.5709

#baa24b color RGB value is (186,162,75).

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

The process color (four color CMYK) of #baa24b color hex is 0.00, 0.13, 0.60, 0.27. Web safe color of #baa24b is #cc9933. Color #baa24b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 01001011
Octal 272 242 113
Decimal 186 162 75
Hex BA A2 4B

RGB Percentages of Color #baa24b

%43.97
%38.30
%17.73

CMYK Percentages of Color #baa24b

%0
%13
%60
%27

Triadic Colors of #baa24b

#baa24b #4bbaa2 #a24bba

Analogous Colors of #baa24b

#baa24b #9bba4b #ba6b4b

Monochromatic Colors of #baa24b

#baa24b

Complementary Color

#baa24b #4b63ba

#baa24b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa24b Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa24b Color CSS Codes

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

#baa24b Text Font Color

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

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


#baa24b Background Color

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

This div background color is #baa24b


#baa24b Border Color

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

This div border color is #baa24b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa24b


Comments

No comments written yet.

Please login to write comment.