Color Hex Logo

#bac557 Color Hex

#BAC557
(186,197,87)
0 Favorites   0 Comments

Color spaces of #bac557

RGB 18619787
HSL0.180.490.56
HSV66°56°77°
CMYK 0.060.000.56   0.23
XYZ41.936351.059716.6621
Yxy51.05970.38240.4656
Hunter Lab71.4561-20.289636.1940
CIE-Lab76.7152-18.988952.8777

#bac557 color RGB value is (186,197,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01010111
Octal 272 305 127
Decimal 186 197 87
Hex BA C5 57

RGB Percentages of Color #bac557

%39.57
%41.91
%18.51

CMYK Percentages of Color #bac557

%6
%0
%56
%23

Triadic Colors of #bac557

#bac557 #57bac5 #c557ba

Analogous Colors of #bac557

#bac557 #83c557 #c59957

Monochromatic Colors of #bac557

#bac557

Complementary Color

#bac557 #6257c5

#bac557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac557 Color CSS Codes

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

#bac557 Text Font Color

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

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


#bac557 Background Color

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

This div background color is #bac557


#bac557 Border Color

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

This div border color is #bac557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac557


Comments

No comments written yet.

Please login to write comment.