Color Hex Logo

#baa328 Color Hex

#BAA328
(186,163,40)
0 Favorites   0 Comments

Color spaces of #baa328

RGB 18616340
HSL0.140.650.44
HSV51°78°73°
CMYK 0.000.120.78   0.27
XYZ33.729936.78677.3303
Yxy36.78670.43330.4726
Hunter Lab60.6520-6.873435.2907
CIE-Lab67.1167-4.267961.9435

#baa328 color RGB value is (186,163,40).

#baa328 hex color red value is 186, green value is 163 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #baa328 hue: 0.14 , saturation: 0.65 and the lightness value of baa328 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100011 00101000
Octal 272 243 50
Decimal 186 163 40
Hex BA A3 28

RGB Percentages of Color #baa328

%47.81
%41.90
%10.28

CMYK Percentages of Color #baa328

%0
%12
%78
%27

Triadic Colors of #baa328

#baa328 #28baa3 #a328ba

Analogous Colors of #baa328

#baa328 #88ba28 #ba5a28

Monochromatic Colors of #baa328

#baa328

Complementary Color

#baa328 #283fba

#baa328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa328 Color CSS Codes

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

#baa328 Text Font Color

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

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


#baa328 Background Color

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

This div background color is #baa328


#baa328 Border Color

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

This div border color is #baa328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa328


Comments

No comments written yet.

Please login to write comment.