Color Hex Logo

#bacb11 Color Hex

#BACB11
(186,203,17)
0 Favorites   0 Comments

Color spaces of #bacb11

RGB 18620317
HSL0.180.850.43
HSV65°92°80°
CMYK 0.080.000.92   0.20
XYZ41.706853.19148.5991
Yxy53.19140.40300.5139
Hunter Lab72.9324-25.555644.0621
CIE-Lab77.9879-25.170476.2401

#bacb11 color RGB value is (186,203,17).

#bacb11 hex color red value is 186, green value is 203 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bacb11 hue: 0.18 , saturation: 0.85 and the lightness value of bacb11 is 0.43.

The process color (four color CMYK) of #bacb11 color hex is 0.08, 0.00, 0.92, 0.20. Web safe color of #bacb11 is #cccc00. Color #bacb11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001011 00010001
Octal 272 313 21
Decimal 186 203 17
Hex BA CB 11

RGB Percentages of Color #bacb11

%45.81
%50.00
%4.19

CMYK Percentages of Color #bacb11

%8
%0
%92
%20

Triadic Colors of #bacb11

#bacb11 #11bacb #cb11ba

Analogous Colors of #bacb11

#bacb11 #5dcb11 #cb7f11

Monochromatic Colors of #bacb11

#bacb11

Complementary Color

#bacb11 #2211cb

#bacb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacb11 Color CSS Codes

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

#bacb11 Text Font Color

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

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


#bacb11 Background Color

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

This div background color is #bacb11


#bacb11 Border Color

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

This div border color is #bacb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacb11


Comments

No comments written yet.

Please login to write comment.