Color Hex Logo

#bac131 Color Hex

#BAC131
(186,193,49)
0 Favorites   0 Comments

Color spaces of #bac131

RGB 18619349
HSL0.170.600.47
HSV63°75°76°
CMYK 0.040.000.75   0.24
XYZ39.874048.800810.2236
Yxy48.80080.40320.4934
Hunter Lab69.8576-20.364740.2233
CIE-Lab75.3272-19.351366.5578

#bac131 color RGB value is (186,193,49).

#bac131 hex color red value is 186, green value is 193 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bac131 hue: 0.17 , saturation: 0.60 and the lightness value of bac131 is 0.47.

The process color (four color CMYK) of #bac131 color hex is 0.04, 0.00, 0.75, 0.24. Web safe color of #bac131 is #cccc33. Color #bac131 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000001 00110001
Octal 272 301 61
Decimal 186 193 49
Hex BA C1 31

RGB Percentages of Color #bac131

%43.46
%45.09
%11.45

CMYK Percentages of Color #bac131

%4
%0
%75
%24

Triadic Colors of #bac131

#bac131 #31bac1 #c131ba

Analogous Colors of #bac131

#bac131 #72c131 #c18031

Monochromatic Colors of #bac131

#bac131

Complementary Color

#bac131 #3831c1

#bac131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac131 Color CSS Codes

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

#bac131 Text Font Color

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

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


#bac131 Background Color

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

This div background color is #bac131


#bac131 Border Color

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

This div border color is #bac131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac131


Comments

No comments written yet.

Please login to write comment.