Color Hex Logo

#baba4f Color Hex

#BABA4F
(186,186,79)
0 Favorites   0 Comments

Color spaces of #baba4f

RGB 18618679
HSL0.170.440.52
HSV60°58°73°
CMYK 0.000.000.58   0.27
XYZ39.219946.121414.2324
Yxy46.12140.39390.4632
Hunter Lab67.9127-15.762835.1136
CIE-Lab73.6242-14.068853.0238

#baba4f color RGB value is (186,186,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 01001111
Octal 272 272 117
Decimal 186 186 79
Hex BA BA 4F

RGB Percentages of Color #baba4f

%41.24
%41.24
%17.52

CMYK Percentages of Color #baba4f

%0
%0
%58
%27

Triadic Colors of #baba4f

#baba4f #4fbaba #ba4fba

Analogous Colors of #baba4f

#baba4f #85ba4f #ba854f

Monochromatic Colors of #baba4f

#baba4f

Complementary Color

#baba4f #4f4fba

#baba4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba4f Color CSS Codes

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

#baba4f Text Font Color

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

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


#baba4f Background Color

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

This div background color is #baba4f


#baba4f Border Color

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

This div border color is #baba4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,186,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 #baba4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba4f


Comments

No comments written yet.

Please login to write comment.