Color Hex Logo

#bac773 Color Hex

#BAC773
(186,199,115)
0 Favorites   0 Comments

Color spaces of #bac773

RGB 186199115
HSL0.190.430.62
HSV69°42°78°
CMYK 0.070.000.42   0.22
XYZ43.767652.523824.0510
Yxy52.52380.36370.4365
Hunter Lab72.4733-19.029731.0553
CIE-Lab77.5930-17.310740.4687

#bac773 color RGB value is (186,199,115).

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

The process color (four color CMYK) of #bac773 color hex is 0.07, 0.00, 0.42, 0.22. Web safe color of #bac773 is #cccc66. Color #bac773 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 01110011
Octal 272 307 163
Decimal 186 199 115
Hex BA C7 73

RGB Percentages of Color #bac773

%37.20
%39.80
%23.00

CMYK Percentages of Color #bac773

%7
%0
%42
%22

Triadic Colors of #bac773

#bac773 #73bac7 #c773ba

Analogous Colors of #bac773

#bac773 #90c773 #c7aa73

Monochromatic Colors of #bac773

#bac773

Complementary Color

#bac773 #8073c7

#bac773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac773 Color CSS Codes

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

#bac773 Text Font Color

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

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


#bac773 Background Color

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

This div background color is #bac773


#bac773 Border Color

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

This div border color is #bac773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac773


Comments

No comments written yet.

Please login to write comment.