Color Hex Logo

#baa881 Color Hex

#BAA881
(186,168,129)
0 Favorites   0 Comments

Color spaces of #baa881

RGB 186168129
HSL0.110.290.62
HSV41°31°73°
CMYK 0.000.100.31   0.27
XYZ38.214840.029326.4812
Yxy40.02930.36490.3822
Hunter Lab63.2687-2.904819.4722
CIE-Lab69.49040.542122.5566

#baa881 color RGB value is (186,168,129).

#baa881 hex color red value is 186, green value is 168 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #baa881 hue: 0.11 , saturation: 0.29 and the lightness value of baa881 is 0.62.

The process color (four color CMYK) of #baa881 color hex is 0.00, 0.10, 0.31, 0.27. Web safe color of #baa881 is #cc9999. Color #baa881 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 10000001
Octal 272 250 201
Decimal 186 168 129
Hex BA A8 81

RGB Percentages of Color #baa881

%38.51
%34.78
%26.71

CMYK Percentages of Color #baa881

%0
%10
%31
%27

Triadic Colors of #baa881

#baa881 #81baa8 #a881ba

Analogous Colors of #baa881

#baa881 #b0ba81 #ba8c81

Monochromatic Colors of #baa881

#baa881

Complementary Color

#baa881 #8193ba

#baa881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa881 Color CSS Codes

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

#baa881 Text Font Color

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

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


#baa881 Background Color

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

This div background color is #baa881


#baa881 Border Color

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

This div border color is #baa881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa881


Comments

No comments written yet.

Please login to write comment.