Color Hex Logo

#bac99f Color Hex

#BAC99F
(186,201,159)
0 Favorites   0 Comments

Color spaces of #bac99f

RGB 186201159
HSL0.230.280.71
HSV81°21°79°
CMYK 0.070.000.21   0.21
XYZ47.394454.715640.8641
Yxy54.71560.33150.3827
Hunter Lab73.9700-15.078119.0247
CIE-Lab78.8772-12.462719.3176

#bac99f color RGB value is (186,201,159).

#bac99f hex color red value is 186, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bac99f hue: 0.23 , saturation: 0.28 and the lightness value of bac99f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001001 10011111
Octal 272 311 237
Decimal 186 201 159
Hex BA C9 9F

RGB Percentages of Color #bac99f

%34.07
%36.81
%29.12

CMYK Percentages of Color #bac99f

%7
%0
%21
%21

Triadic Colors of #bac99f

#bac99f #9fbac9 #c99fba

Analogous Colors of #bac99f

#bac99f #a5c99f #c9c39f

Monochromatic Colors of #bac99f

#bac99f

Complementary Color

#bac99f #ae9fc9

#bac99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac99f Color CSS Codes

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

#bac99f Text Font Color

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

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


#bac99f Background Color

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

This div background color is #bac99f


#bac99f Border Color

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

This div border color is #bac99f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,201,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 #bac99f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac99f


Comments

No comments written yet.

Please login to write comment.