Color Hex Logo

#ba5010 Color Hex

#BA5010
(186,80,16)
0 Favorites   0 Comments

Color spaces of #ba5010

RGB 1868016
HSL0.060.840.40
HSV23°91°73°
CMYK 0.000.570.91   0.27
XYZ23.211916.21382.3964
Yxy16.21380.55500.3877
Hunter Lab40.266432.431824.6579
CIE-Lab47.253739.886353.0098

#ba5010 color RGB value is (186,80,16).

#ba5010 hex color red value is 186, green value is 80 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ba5010 hue: 0.06 , saturation: 0.84 and the lightness value of ba5010 is 0.40.

The process color (four color CMYK) of #ba5010 color hex is 0.00, 0.57, 0.91, 0.27. Web safe color of #ba5010 is #cc6600. Color #ba5010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 00010000
Octal 272 120 20
Decimal 186 80 16
Hex BA 50 10

RGB Percentages of Color #ba5010

%65.96
%28.37
%5.67

CMYK Percentages of Color #ba5010

%0
%57
%91
%27

Triadic Colors of #ba5010

#ba5010 #10ba50 #5010ba

Analogous Colors of #ba5010

#ba5010 #baa510 #ba1025

Monochromatic Colors of #ba5010

#ba5010

Complementary Color

#ba5010 #107aba

#ba5010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5010 Color CSS Codes

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

#ba5010 Text Font Color

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

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


#ba5010 Background Color

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

This div background color is #ba5010


#ba5010 Border Color

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

This div border color is #ba5010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5010


Comments

No comments written yet.

Please login to write comment.