Color Hex Logo

#bac39b Color Hex

#BAC39B
(186,195,155)
0 Favorites   0 Comments

Color spaces of #bac39b

RGB 186195155
HSL0.200.250.69
HSV74°21°76°
CMYK 0.050.000.21   0.24
XYZ45.681251.835938.6080
Yxy51.83590.33560.3808
Hunter Lab71.9972-12.739218.6041
CIE-Lab77.1826-9.994819.1012

#bac39b color RGB value is (186,195,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000011 10011011
Octal 272 303 233
Decimal 186 195 155
Hex BA C3 9B

RGB Percentages of Color #bac39b

%34.70
%36.38
%28.92

CMYK Percentages of Color #bac39b

%5
%0
%21
%24

Triadic Colors of #bac39b

#bac39b #9bbac3 #c39bba

Analogous Colors of #bac39b

#bac39b #a6c39b #c3b89b

Monochromatic Colors of #bac39b

#bac39b

Complementary Color

#bac39b #a49bc3

#bac39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac39b Color CSS Codes

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

#bac39b Text Font Color

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

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


#bac39b Background Color

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

This div background color is #bac39b


#bac39b Border Color

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

This div border color is #bac39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac39b


Comments

No comments written yet.

Please login to write comment.