Color Hex Logo

#baba5d Color Hex

#BABA5D
(186,186,93)
0 Favorites   0 Comments

Color spaces of #baba5d

RGB 18618693
HSL0.170.400.55
HSV60°50°73°
CMYK 0.000.000.50   0.27
XYZ39.784446.347217.2050
Yxy46.34720.38500.4485
Hunter Lab68.0788-14.824732.6713
CIE-Lab73.7703-12.920846.6508

#baba5d color RGB value is (186,186,93).

#baba5d hex color red value is 186, green value is 186 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #baba5d hue: 0.17 , saturation: 0.40 and the lightness value of baba5d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 01011101
Octal 272 272 135
Decimal 186 186 93
Hex BA BA 5D

RGB Percentages of Color #baba5d

%40.00
%40.00
%20.00

CMYK Percentages of Color #baba5d

%0
%0
%50
%27

Triadic Colors of #baba5d

#baba5d #5dbaba #ba5dba

Analogous Colors of #baba5d

#baba5d #8cba5d #ba8c5d

Monochromatic Colors of #baba5d

#baba5d

Complementary Color

#baba5d #5d5dba

#baba5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba5d Color CSS Codes

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

#baba5d Text Font Color

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

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


#baba5d Background Color

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

This div background color is #baba5d


#baba5d Border Color

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

This div border color is #baba5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba5d


Comments

No comments written yet.

Please login to write comment.