Color Hex Logo

#baa83e Color Hex

#BAA83E
(186,168,62)
0 Favorites   0 Comments

Color spaces of #baa83e

RGB 18616862
HSL0.140.500.49
HSV51°67°73°
CMYK 0.000.100.67   0.27
XYZ35.121838.792210.1939
Yxy38.79220.41760.4612
Hunter Lab62.2834-8.339233.8944
CIE-Lab68.6005-5.859755.0481

#baa83e color RGB value is (186,168,62).

#baa83e hex color red value is 186, green value is 168 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #baa83e hue: 0.14 , saturation: 0.50 and the lightness value of baa83e is 0.49.

The process color (four color CMYK) of #baa83e color hex is 0.00, 0.10, 0.67, 0.27. Web safe color of #baa83e is #cc9933. Color #baa83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 00111110
Octal 272 250 76
Decimal 186 168 62
Hex BA A8 3E

RGB Percentages of Color #baa83e

%44.71
%40.38
%14.90

CMYK Percentages of Color #baa83e

%0
%10
%67
%27

Triadic Colors of #baa83e

#baa83e #3ebaa8 #a83eba

Analogous Colors of #baa83e

#baa83e #8eba3e #ba6a3e

Monochromatic Colors of #baa83e

#baa83e

Complementary Color

#baa83e #3e50ba

#baa83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa83e Color CSS Codes

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

#baa83e Text Font Color

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

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


#baa83e Background Color

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

This div background color is #baa83e


#baa83e Border Color

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

This div border color is #baa83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa83e


Comments

No comments written yet.

Please login to write comment.