Color Hex Logo

#bac78f Color Hex

#BAC78F
(186,199,143)
0 Favorites   0 Comments

Color spaces of #bac78f

RGB 186199143
HSL0.210.330.67
HSV74°28°78°
CMYK 0.070.000.28   0.22
XYZ45.631053.269133.8636
Yxy53.26910.34370.4012
Hunter Lab72.9857-16.125923.5808
CIE-Lab78.0336-13.806426.6222

#bac78f color RGB value is (186,199,143).

#bac78f hex color red value is 186, green value is 199 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bac78f hue: 0.21 , saturation: 0.33 and the lightness value of bac78f is 0.67.

The process color (four color CMYK) of #bac78f color hex is 0.07, 0.00, 0.28, 0.22. Web safe color of #bac78f is #cccc99. Color #bac78f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 10001111
Octal 272 307 217
Decimal 186 199 143
Hex BA C7 8F

RGB Percentages of Color #bac78f

%35.23
%37.69
%27.08

CMYK Percentages of Color #bac78f

%7
%0
%28
%22

Triadic Colors of #bac78f

#bac78f #8fbac7 #c78fba

Analogous Colors of #bac78f

#bac78f #9ec78f #c7b88f

Monochromatic Colors of #bac78f

#bac78f

Complementary Color

#bac78f #9c8fc7

#bac78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac78f Color CSS Codes

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

#bac78f Text Font Color

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

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


#bac78f Background Color

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

This div background color is #bac78f


#bac78f Border Color

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

This div border color is #bac78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac78f

#bac78f Color Palettes


Comments

No comments written yet.

Please login to write comment.