Color Hex Logo

#baab6e Color Hex

#BAAB6E
(186,171,110)
0 Favorites   0 Comments

Color spaces of #baab6e

RGB 186171110
HSL0.130.360.58
HSV48°41°73°
CMYK 0.000.080.41   0.27
XYZ37.627140.690720.6228
Yxy40.69070.38030.4113
Hunter Lab63.7893-6.340225.4843
CIE-Lab69.9587-3.377933.3472

#baab6e color RGB value is (186,171,110).

#baab6e hex color red value is 186, green value is 171 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #baab6e hue: 0.13 , saturation: 0.36 and the lightness value of baab6e is 0.58.

The process color (four color CMYK) of #baab6e color hex is 0.00, 0.08, 0.41, 0.27. Web safe color of #baab6e is #cc9966. Color #baab6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 01101110
Octal 272 253 156
Decimal 186 171 110
Hex BA AB 6E

RGB Percentages of Color #baab6e

%39.83
%36.62
%23.55

CMYK Percentages of Color #baab6e

%0
%8
%41
%27

Triadic Colors of #baab6e

#baab6e #6ebaab #ab6eba

Analogous Colors of #baab6e

#baab6e #a3ba6e #ba856e

Monochromatic Colors of #baab6e

#baab6e

Complementary Color

#baab6e #6e7dba

#baab6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab6e Color CSS Codes

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

#baab6e Text Font Color

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

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


#baab6e Background Color

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

This div background color is #baab6e


#baab6e Border Color

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

This div border color is #baab6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab6e


Comments

No comments written yet.

Please login to write comment.