Color Hex Logo

#bac69b Color Hex

#BAC69B
(186,198,155)
0 Favorites   0 Comments

Color spaces of #bac69b

RGB 186198155
HSL0.210.270.69
HSV77°22°78°
CMYK 0.060.000.22   0.22
XYZ46.360253.193838.8343
Yxy53.19380.33500.3844
Hunter Lab72.9341-14.172019.4844
CIE-Lab77.9893-11.540820.2160

#bac69b color RGB value is (186,198,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 10011011
Octal 272 306 233
Decimal 186 198 155
Hex BA C6 9B

RGB Percentages of Color #bac69b

%34.51
%36.73
%28.76

CMYK Percentages of Color #bac69b

%6
%0
%22
%22

Triadic Colors of #bac69b

#bac69b #9bbac6 #c69bba

Analogous Colors of #bac69b

#bac69b #a5c69b #c6bd9b

Monochromatic Colors of #bac69b

#bac69b

Complementary Color

#bac69b #a79bc6

#bac69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac69b Color CSS Codes

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

#bac69b Text Font Color

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

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


#bac69b Background Color

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

This div background color is #bac69b


#bac69b Border Color

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

This div border color is #bac69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac69b


Comments

No comments written yet.

Please login to write comment.