Color Hex Logo

#ba681d Color Hex

#BA681D
(186,104,29)
0 Favorites   0 Comments

Color spaces of #ba681d

RGB 18610429
HSL0.080.730.42
HSV29°84°73°
CMYK 0.000.440.84   0.27
XYZ25.421820.42843.7656
Yxy20.42840.51240.4117
Hunter Lab45.197821.302426.6988
CIE-Lab52.318227.676152.6289

#ba681d color RGB value is (186,104,29).

#ba681d hex color red value is 186, green value is 104 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ba681d hue: 0.08 , saturation: 0.73 and the lightness value of ba681d is 0.42.

The process color (four color CMYK) of #ba681d color hex is 0.00, 0.44, 0.84, 0.27. Web safe color of #ba681d is #cc6633. Color #ba681d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 00011101
Octal 272 150 35
Decimal 186 104 29
Hex BA 68 1D

RGB Percentages of Color #ba681d

%58.31
%32.60
%9.09

CMYK Percentages of Color #ba681d

%0
%44
%84
%27

Triadic Colors of #ba681d

#ba681d #1dba68 #681dba

Analogous Colors of #ba681d

#ba681d #bab71d #ba1d21

Monochromatic Colors of #ba681d

#ba681d

Complementary Color

#ba681d #1d6fba

#ba681d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba681d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba681d Color CSS Codes

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

#ba681d Text Font Color

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

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


#ba681d Background Color

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

This div background color is #ba681d


#ba681d Border Color

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

This div border color is #ba681d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba681d


Comments

No comments written yet.

Please login to write comment.