Color Hex Logo

#bac53b Color Hex

#BAC53B
(186,197,59)
0 Favorites   0 Comments

Color spaces of #bac53b

RGB 18619759
HSL0.180.540.50
HSV65°70°77°
CMYK 0.060.000.70   0.23
XYZ41.005450.687411.7601
Yxy50.68740.39640.4900
Hunter Lab71.1951-21.782840.0430
CIE-Lab76.4893-20.852964.2182

#bac53b color RGB value is (186,197,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 00111011
Octal 272 305 73
Decimal 186 197 59
Hex BA C5 3B

RGB Percentages of Color #bac53b

%42.08
%44.57
%13.35

CMYK Percentages of Color #bac53b

%6
%0
%70
%23

Triadic Colors of #bac53b

#bac53b #3bbac5 #c53bba

Analogous Colors of #bac53b

#bac53b #75c53b #c58b3b

Monochromatic Colors of #bac53b

#bac53b

Complementary Color

#bac53b #463bc5

#bac53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac53b Color CSS Codes

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

#bac53b Text Font Color

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

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


#bac53b Background Color

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

This div background color is #bac53b


#bac53b Border Color

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

This div border color is #bac53b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,197,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 #bac53b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac53b


Comments

No comments written yet.

Please login to write comment.