Color Hex Logo

#baab77 Color Hex

#BAAB77
(186,171,119)
0 Favorites   1 Comments

Color spaces of #baab77

RGB 186171119
HSL0.130.330.60
HSV47°36°73°
CMYK 0.000.080.36   0.27
XYZ38.142440.896823.3363
Yxy40.89680.37260.3995
Hunter Lab63.9506-5.449923.1298
CIE-Lab70.1036-2.334128.7655

#baab77 color RGB value is (186,171,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 01110111
Octal 272 253 167
Decimal 186 171 119
Hex BA AB 77

RGB Percentages of Color #baab77

%39.08
%35.92
%25.00

CMYK Percentages of Color #baab77

%0
%8
%36
%27

Triadic Colors of #baab77

#baab77 #77baab #ab77ba

Analogous Colors of #baab77

#baab77 #a8ba77 #ba8a77

Monochromatic Colors of #baab77

#baab77

Complementary Color

#baab77 #7786ba

#baab77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab77 Color CSS Codes

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

#baab77 Text Font Color

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

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


#baab77 Background Color

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

This div background color is #baab77


#baab77 Border Color

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

This div border color is #baab77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab77


Comments

1 Jul 2017, 15:36 CuteKoala772

Meow

Please login to write comment.