Color Hex Logo

#bac79b Color Hex

#BAC79B
(186,199,155)
0 Favorites   0 Comments

Color spaces of #bac79b

RGB 186199155
HSL0.220.280.69
HSV78°22°78°
CMYK 0.070.000.22   0.22
XYZ46.589553.652538.9108
Yxy53.65250.33480.3856
Hunter Lab73.2479-14.648419.7774
CIE-Lab78.2587-12.054220.5874

#bac79b color RGB value is (186,199,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 10011011
Octal 272 307 233
Decimal 186 199 155
Hex BA C7 9B

RGB Percentages of Color #bac79b

%34.44
%36.85
%28.70

CMYK Percentages of Color #bac79b

%7
%0
%22
%22

Triadic Colors of #bac79b

#bac79b #9bbac7 #c79bba

Analogous Colors of #bac79b

#bac79b #a4c79b #c7be9b

Monochromatic Colors of #bac79b

#bac79b

Complementary Color

#bac79b #a89bc7

#bac79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac79b Color CSS Codes

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

#bac79b Text Font Color

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

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


#bac79b Background Color

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

This div background color is #bac79b


#bac79b Border Color

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

This div border color is #bac79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac79b


Comments

No comments written yet.

Please login to write comment.