Color Hex Logo

#baa344 Color Hex

#BAA344
(186,163,68)
0 Favorites   0 Comments

Color spaces of #baa344

RGB 18616368
HSL0.130.460.50
HSV48°63°73°
CMYK 0.000.120.63   0.27
XYZ34.390337.050810.8078
Yxy37.05080.41810.4505
Hunter Lab60.8694-5.671532.0812
CIE-Lab67.3151-2.827851.0443

#baa344 color RGB value is (186,163,68).

#baa344 hex color red value is 186, green value is 163 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #baa344 hue: 0.13 , saturation: 0.46 and the lightness value of baa344 is 0.50.

The process color (four color CMYK) of #baa344 color hex is 0.00, 0.12, 0.63, 0.27. Web safe color of #baa344 is #cc9933. Color #baa344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 01000100
Octal 272 243 104
Decimal 186 163 68
Hex BA A3 44

RGB Percentages of Color #baa344

%44.60
%39.09
%16.31

CMYK Percentages of Color #baa344

%0
%12
%63
%27

Triadic Colors of #baa344

#baa344 #44baa3 #a344ba

Analogous Colors of #baa344

#baa344 #96ba44 #ba6844

Monochromatic Colors of #baa344

#baa344

Complementary Color

#baa344 #445bba

#baa344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa344 Color CSS Codes

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

#baa344 Text Font Color

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

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


#baa344 Background Color

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

This div background color is #baa344


#baa344 Border Color

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

This div border color is #baa344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa344


Comments

No comments written yet.

Please login to write comment.