Color Hex Logo

#baa628 Color Hex

#BAA628
(186,166,40)
0 Favorites   0 Comments

Color spaces of #baa628

RGB 18616640
HSL0.140.650.44
HSV52°78°73°
CMYK 0.000.110.78   0.27
XYZ34.268937.86477.5099
Yxy37.86470.43030.4754
Hunter Lab61.5343-8.277135.8380
CIE-Lab67.9208-5.858162.6707

#baa628 color RGB value is (186,166,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100110 00101000
Octal 272 246 50
Decimal 186 166 40
Hex BA A6 28

RGB Percentages of Color #baa628

%47.45
%42.35
%10.20

CMYK Percentages of Color #baa628

%0
%11
%78
%27

Triadic Colors of #baa628

#baa628 #28baa6 #a628ba

Analogous Colors of #baa628

#baa628 #85ba28 #ba5d28

Monochromatic Colors of #baa628

#baa628

Complementary Color

#baa628 #283cba

#baa628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa628 Color CSS Codes

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

#baa628 Text Font Color

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

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


#baa628 Background Color

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

This div background color is #baa628


#baa628 Border Color

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

This div border color is #baa628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa628


Comments

No comments written yet.

Please login to write comment.