Color Hex Logo

#bac43b Color Hex

#BAC43B
(186,196,59)
0 Favorites   0 Comments

Color spaces of #bac43b

RGB 18619659
HSL0.180.540.50
HSV64°70°77°
CMYK 0.050.000.70   0.23
XYZ40.779050.234711.6847
Yxy50.23470.39710.4891
Hunter Lab70.8764-21.333239.8390
CIE-Lab76.2131-20.359163.9460

#bac43b color RGB value is (186,196,59).

#bac43b hex color red value is 186, green value is 196 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bac43b hue: 0.18 , saturation: 0.54 and the lightness value of bac43b is 0.50.

The process color (four color CMYK) of #bac43b color hex is 0.05, 0.00, 0.70, 0.23. Web safe color of #bac43b is #cccc33. Color #bac43b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 00111011
Octal 272 304 73
Decimal 186 196 59
Hex BA C4 3B

RGB Percentages of Color #bac43b

%42.18
%44.44
%13.38

CMYK Percentages of Color #bac43b

%5
%0
%70
%23

Triadic Colors of #bac43b

#bac43b #3bbac4 #c43bba

Analogous Colors of #bac43b

#bac43b #76c43b #c48a3b

Monochromatic Colors of #bac43b

#bac43b

Complementary Color

#bac43b #453bc4

#bac43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac43b Color CSS Codes

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

#bac43b Text Font Color

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

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


#bac43b Background Color

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

This div background color is #bac43b


#bac43b Border Color

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

This div border color is #bac43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac43b


Comments

No comments written yet.

Please login to write comment.