Color Hex Logo

#bac56c Color Hex

#BAC56C
(186,197,108)
0 Favorites   0 Comments

Color spaces of #bac56c

RGB 186197108
HSL0.190.430.60
HSV67°45°77°
CMYK 0.060.000.45   0.23
XYZ42.922751.454321.8568
Yxy51.45430.36930.4427
Hunter Lab71.7317-18.719832.1464
CIE-Lab76.9534-17.054443.1603

#bac56c color RGB value is (186,197,108).

#bac56c hex color red value is 186, green value is 197 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bac56c hue: 0.19 , saturation: 0.43 and the lightness value of bac56c is 0.60.

The process color (four color CMYK) of #bac56c color hex is 0.06, 0.00, 0.45, 0.23. Web safe color of #bac56c is #cccc66. Color #bac56c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01101100
Octal 272 305 154
Decimal 186 197 108
Hex BA C5 6C

RGB Percentages of Color #bac56c

%37.88
%40.12
%22.00

CMYK Percentages of Color #bac56c

%6
%0
%45
%23

Triadic Colors of #bac56c

#bac56c #6cbac5 #c56cba

Analogous Colors of #bac56c

#bac56c #8ec56c #c5a46c

Monochromatic Colors of #bac56c

#bac56c

Complementary Color

#bac56c #776cc5

#bac56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac56c Color CSS Codes

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

#bac56c Text Font Color

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

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


#bac56c Background Color

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

This div background color is #bac56c


#bac56c Border Color

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

This div border color is #bac56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac56c


Comments

No comments written yet.

Please login to write comment.