Color Hex Logo

#bac57f Color Hex

#BAC57F
(186,197,127)
1 Favorites   0 Comments

Color spaces of #bac57f

RGB 186197127
HSL0.190.380.64
HSV69°36°77°
CMYK 0.060.000.36   0.23
XYZ44.046751.903927.7756
Yxy51.90390.35600.4195
Hunter Lab72.0444-16.945827.5727
CIE-Lab77.2233-14.898433.8875

#bac57f color RGB value is (186,197,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01111111
Octal 272 305 177
Decimal 186 197 127
Hex BA C5 7F

RGB Percentages of Color #bac57f

%36.47
%38.63
%24.90

CMYK Percentages of Color #bac57f

%6
%0
%36
%23

Triadic Colors of #bac57f

#bac57f #7fbac5 #c57fba

Analogous Colors of #bac57f

#bac57f #97c57f #c5ad7f

Monochromatic Colors of #bac57f

#bac57f

Complementary Color

#bac57f #8a7fc5

#bac57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac57f Color CSS Codes

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

#bac57f Text Font Color

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

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


#bac57f Background Color

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

This div background color is #bac57f


#bac57f Border Color

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

This div border color is #bac57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac57f


Comments

No comments written yet.

Please login to write comment.