Color Hex Logo

#ba982d Color Hex

#BA982D
(186,152,45)
0 Favorites   0 Comments

Color spaces of #ba982d

RGB 18615245
HSL0.130.610.45
HSV46°76°73°
CMYK 0.000.180.76   0.27
XYZ31.951633.08507.1846
Yxy33.08500.44240.4581
Hunter Lab57.5196-1.504132.8580
CIE-Lab64.22971.842457.5085

#ba982d color RGB value is (186,152,45).

#ba982d hex color red value is 186, green value is 152 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ba982d hue: 0.13 , saturation: 0.61 and the lightness value of ba982d is 0.45.

The process color (four color CMYK) of #ba982d color hex is 0.00, 0.18, 0.76, 0.27. Web safe color of #ba982d is #cc9933. Color #ba982d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011000 00101101
Octal 272 230 55
Decimal 186 152 45
Hex BA 98 2D

RGB Percentages of Color #ba982d

%48.56
%39.69
%11.75

CMYK Percentages of Color #ba982d

%0
%18
%76
%27

Triadic Colors of #ba982d

#ba982d #2dba98 #982dba

Analogous Colors of #ba982d

#ba982d #96ba2d #ba522d

Monochromatic Colors of #ba982d

#ba982d

Complementary Color

#ba982d #2d4fba

#ba982d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba982d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba982d Color CSS Codes

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

#ba982d Text Font Color

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

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


#ba982d Background Color

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

This div background color is #ba982d


#ba982d Border Color

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

This div border color is #ba982d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba982d


Comments

No comments written yet.

Please login to write comment.