Color Hex Logo

#bab336 Color Hex

#BAB336
(186,179,54)
0 Favorites   0 Comments

Color spaces of #bab336

RGB 18617954
HSL0.160.550.47
HSV57°71°73°
CMYK 0.000.040.71   0.27
XYZ37.035742.94569.8274
Yxy42.94560.41240.4782
Hunter Lab65.5329-13.803936.9818
CIE-Lab71.5180-12.032961.1800

#bab336 color RGB value is (186,179,54).

#bab336 hex color red value is 186, green value is 179 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bab336 hue: 0.16 , saturation: 0.55 and the lightness value of bab336 is 0.47.

The process color (four color CMYK) of #bab336 color hex is 0.00, 0.04, 0.71, 0.27. Web safe color of #bab336 is #cccc33. Color #bab336 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 00110110
Octal 272 263 66
Decimal 186 179 54
Hex BA B3 36

RGB Percentages of Color #bab336

%44.39
%42.72
%12.89

CMYK Percentages of Color #bab336

%0
%4
%71
%27

Triadic Colors of #bab336

#bab336 #36bab3 #b336ba

Analogous Colors of #bab336

#bab336 #7fba36 #ba7136

Monochromatic Colors of #bab336

#bab336

Complementary Color

#bab336 #363dba

#bab336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab336 Color CSS Codes

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

#bab336 Text Font Color

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

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


#bab336 Background Color

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

This div background color is #bab336


#bab336 Border Color

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

This div border color is #bab336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab336


Comments

No comments written yet.

Please login to write comment.