Color Hex Logo

#ba8468 Color Hex

#BA8468
(186,132,104)
0 Favorites   0 Comments

Color spaces of #ba8468

RGB 186132104
HSL0.060.370.57
HSV20°44°73°
CMYK 0.000.290.44   0.27
XYZ30.999727.941116.8560
Yxy27.94110.40900.3686
Hunter Lab52.859312.178618.0949
CIE-Lab59.835517.295623.3614

#ba8468 color RGB value is (186,132,104).

#ba8468 hex color red value is 186, green value is 132 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ba8468 hue: 0.06 , saturation: 0.37 and the lightness value of ba8468 is 0.57.

The process color (four color CMYK) of #ba8468 color hex is 0.00, 0.29, 0.44, 0.27. Web safe color of #ba8468 is #cc9966. Color #ba8468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 01101000
Octal 272 204 150
Decimal 186 132 104
Hex BA 84 68

RGB Percentages of Color #ba8468

%44.08
%31.28
%24.64

CMYK Percentages of Color #ba8468

%0
%29
%44
%27

Triadic Colors of #ba8468

#ba8468 #68ba84 #8468ba

Analogous Colors of #ba8468

#ba8468 #baad68 #ba6875

Monochromatic Colors of #ba8468

#ba8468

Complementary Color

#ba8468 #689eba

#ba8468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8468 Color CSS Codes

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

#ba8468 Text Font Color

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

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


#ba8468 Background Color

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

This div background color is #ba8468


#ba8468 Border Color

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

This div border color is #ba8468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8468


Comments

No comments written yet.

Please login to write comment.