Color Hex Logo

#baab4f Color Hex

#BAAB4F
(186,171,79)
0 Favorites   0 Comments

Color spaces of #baab4f

RGB 18617179
HSL0.140.440.52
HSV52°58°73°
CMYK 0.000.080.58   0.27
XYZ36.223940.129413.2337
Yxy40.12940.40430.4479
Hunter Lab63.3478-8.787731.9574
CIE-Lab69.5616-6.288148.4512

#baab4f color RGB value is (186,171,79).

#baab4f hex color red value is 186, green value is 171 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #baab4f hue: 0.14 , saturation: 0.44 and the lightness value of baab4f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 01001111
Octal 272 253 117
Decimal 186 171 79
Hex BA AB 4F

RGB Percentages of Color #baab4f

%42.66
%39.22
%18.12

CMYK Percentages of Color #baab4f

%0
%8
%58
%27

Triadic Colors of #baab4f

#baab4f #4fbaab #ab4fba

Analogous Colors of #baab4f

#baab4f #94ba4f #ba764f

Monochromatic Colors of #baab4f

#baab4f

Complementary Color

#baab4f #4f5eba

#baab4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab4f Color CSS Codes

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

#baab4f Text Font Color

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

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


#baab4f Background Color

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

This div background color is #baab4f


#baab4f Border Color

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

This div border color is #baab4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab4f


Comments

No comments written yet.

Please login to write comment.