Color Hex Logo

#baa428 Color Hex

#BAA428
(186,164,40)
0 Favorites   0 Comments

Color spaces of #baa428

RGB 18616440
HSL0.140.650.44
HSV51°78°73°
CMYK 0.000.120.78   0.27
XYZ33.908237.14327.3897
Yxy37.14320.43230.4735
Hunter Lab60.9452-7.341835.4727
CIE-Lab67.3843-4.798862.1857

#baa428 color RGB value is (186,164,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100100 00101000
Octal 272 244 50
Decimal 186 164 40
Hex BA A4 28

RGB Percentages of Color #baa428

%47.69
%42.05
%10.26

CMYK Percentages of Color #baa428

%0
%12
%78
%27

Triadic Colors of #baa428

#baa428 #28baa4 #a428ba

Analogous Colors of #baa428

#baa428 #87ba28 #ba5b28

Monochromatic Colors of #baa428

#baa428

Complementary Color

#baa428 #283eba

#baa428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa428 Color CSS Codes

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

#baa428 Text Font Color

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

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


#baa428 Background Color

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

This div background color is #baa428


#baa428 Border Color

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

This div border color is #baa428


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,164,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 #baa428">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa428


Comments

No comments written yet.

Please login to write comment.