Color Hex Logo

#ba980d Color Hex

#BA980D
(186,152,13)
0 Favorites   0 Comments

Color spaces of #ba980d

RGB 18615213
HSL0.130.870.39
HSV48°93°73°
CMYK 0.000.180.93   0.27
XYZ31.550632.92465.0730
Yxy32.92460.45370.4734
Hunter Lab57.3800-2.266034.9241
CIE-Lab64.09980.941766.1364

#ba980d color RGB value is (186,152,13).

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

The process color (four color CMYK) of #ba980d color hex is 0.00, 0.18, 0.93, 0.27. Web safe color of #ba980d is #cc9900. Color #ba980d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011000 00001101
Octal 272 230 15
Decimal 186 152 13
Hex BA 98 D

RGB Percentages of Color #ba980d

%52.99
%43.30
%3.70

CMYK Percentages of Color #ba980d

%0
%18
%93
%27

Triadic Colors of #ba980d

#ba980d #0dba98 #980dba

Analogous Colors of #ba980d

#ba980d #86ba0d #ba420d

Monochromatic Colors of #ba980d

#ba980d

Complementary Color

#ba980d #0d2fba

#ba980d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba980d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba980d Color CSS Codes

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

#ba980d Text Font Color

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

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


#ba980d Background Color

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

This div background color is #ba980d


#ba980d Border Color

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

This div border color is #ba980d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba980d


Comments

No comments written yet.

Please login to write comment.