Color Hex Logo

#bac79f Color Hex

#BAC79F
(186,199,159)
0 Favorites   0 Comments

Color spaces of #bac79f

RGB 186199159
HSL0.220.260.70
HSV80°20°78°
CMYK 0.070.000.20   0.22
XYZ46.931153.789240.7097
Yxy53.78920.33180.3803
Hunter Lab73.3411-14.124518.4285
CIE-Lab78.3387-11.437718.5710

#bac79f color RGB value is (186,199,159).

#bac79f hex color red value is 186, green value is 199 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bac79f hue: 0.22 , saturation: 0.26 and the lightness value of bac79f is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 10011111
Octal 272 307 237
Decimal 186 199 159
Hex BA C7 9F

RGB Percentages of Color #bac79f

%34.19
%36.58
%29.23

CMYK Percentages of Color #bac79f

%7
%0
%20
%22

Triadic Colors of #bac79f

#bac79f #9fbac7 #c79fba

Analogous Colors of #bac79f

#bac79f #a6c79f #c7c09f

Monochromatic Colors of #bac79f

#bac79f

Complementary Color

#bac79f #ac9fc7

#bac79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac79f Color CSS Codes

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

#bac79f Text Font Color

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

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


#bac79f Background Color

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

This div background color is #bac79f


#bac79f Border Color

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

This div border color is #bac79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac79f


Comments

No comments written yet.

Please login to write comment.