Color Hex Logo

#ba9426 Color Hex

#BA9426
(186,148,38)
0 Favorites   0 Comments

Color spaces of #ba9426

RGB 18614838
HSL0.120.660.44
HSV45°80°73°
CMYK 0.000.200.80   0.27
XYZ31.189531.75896.3199
Yxy31.75890.45030.4585
Hunter Lab56.35500.168932.7995
CIE-Lab63.14313.739559.0170

#ba9426 color RGB value is (186,148,38).

#ba9426 hex color red value is 186, green value is 148 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ba9426 hue: 0.12 , saturation: 0.66 and the lightness value of ba9426 is 0.44.

The process color (four color CMYK) of #ba9426 color hex is 0.00, 0.20, 0.80, 0.27. Web safe color of #ba9426 is #cc9933. Color #ba9426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010100 00100110
Octal 272 224 46
Decimal 186 148 38
Hex BA 94 26

RGB Percentages of Color #ba9426

%50.00
%39.78
%10.22

CMYK Percentages of Color #ba9426

%0
%20
%80
%27

Triadic Colors of #ba9426

#ba9426 #26ba94 #9426ba

Analogous Colors of #ba9426

#ba9426 #96ba26 #ba4a26

Monochromatic Colors of #ba9426

#ba9426

Complementary Color

#ba9426 #264cba

#ba9426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9426 Color CSS Codes

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

#ba9426 Text Font Color

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

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


#ba9426 Background Color

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

This div background color is #ba9426


#ba9426 Border Color

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

This div border color is #ba9426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9426


Comments

No comments written yet.

Please login to write comment.