Color Hex Logo

#ba4d02 Color Hex

#BA4D02
(186,77,2)
1 Favorites   0 Comments

Color spaces of #ba4d02

RGB 186772
HSL0.070.980.37
HSV24°99°73°
CMYK 0.000.590.99   0.27
XYZ22.914515.75121.8900
Yxy15.75120.56500.3884
Hunter Lab39.687833.606824.9580
CIE-Lab46.646441.163856.2268

#ba4d02 color RGB value is (186,77,2).

#ba4d02 hex color red value is 186, green value is 77 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ba4d02 hue: 0.07 , saturation: 0.98 and the lightness value of ba4d02 is 0.37.

The process color (four color CMYK) of #ba4d02 color hex is 0.00, 0.59, 0.99, 0.27. Web safe color of #ba4d02 is #cc6600. Color #ba4d02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001101 00000010
Octal 272 115 2
Decimal 186 77 2
Hex BA 4D 2

RGB Percentages of Color #ba4d02

%70.19
%29.06
%0.75

CMYK Percentages of Color #ba4d02

%0
%59
%99
%27

Triadic Colors of #ba4d02

#ba4d02 #02ba4d #4d02ba

Analogous Colors of #ba4d02

#ba4d02 #baa902 #ba0213

Monochromatic Colors of #ba4d02

#ba4d02

Complementary Color

#ba4d02 #026fba

#ba4d02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4d02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4d02 Color CSS Codes

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

#ba4d02 Text Font Color

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

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


#ba4d02 Background Color

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

This div background color is #ba4d02


#ba4d02 Border Color

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

This div border color is #ba4d02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4d02

#ba4d02 Color Palettes


Comments

No comments written yet.

Please login to write comment.