Color Hex Logo

#bacc9e Color Hex

#BACC9E
(186,204,158)
0 Favorites   0 Comments

Color spaces of #bacc9e

RGB 186204158
HSL0.230.310.71
HSV83°23°80°
CMYK 0.090.000.23   0.20
XYZ48.014156.093540.6443
Yxy56.09350.33170.3875
Hunter Lab74.8956-16.634420.2515
CIE-Lab79.6670-14.146620.9385

#bacc9e color RGB value is (186,204,158).

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

The process color (four color CMYK) of #bacc9e color hex is 0.09, 0.00, 0.23, 0.20. Web safe color of #bacc9e is #cccc99. Color #bacc9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10011110
Octal 272 314 236
Decimal 186 204 158
Hex BA CC 9E

RGB Percentages of Color #bacc9e

%33.94
%37.23
%28.83

CMYK Percentages of Color #bacc9e

%9
%0
%23
%20

Triadic Colors of #bacc9e

#bacc9e #9ebacc #cc9eba

Analogous Colors of #bacc9e

#bacc9e #a3cc9e #ccc79e

Monochromatic Colors of #bacc9e

#bacc9e

Complementary Color

#bacc9e #b09ecc

#bacc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc9e Color CSS Codes

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

#bacc9e Text Font Color

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

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


#bacc9e Background Color

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

This div background color is #bacc9e


#bacc9e Border Color

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

This div border color is #bacc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc9e


Comments

No comments written yet.

Please login to write comment.