Color Hex Logo

#bacc9b Color Hex

#BACC9B
(186,204,155)
0 Favorites   0 Comments

Color spaces of #bacc9b

RGB 186204155
HSL0.230.320.70
HSV82°24°80°
CMYK 0.090.000.24   0.20
XYZ47.759055.991439.3006
Yxy55.99140.33390.3914
Hunter Lab74.8274-17.019321.2391
CIE-Lab79.6089-14.602722.4431

#bacc9b color RGB value is (186,204,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10011011
Octal 272 314 233
Decimal 186 204 155
Hex BA CC 9B

RGB Percentages of Color #bacc9b

%34.13
%37.43
%28.44

CMYK Percentages of Color #bacc9b

%9
%0
%24
%20

Triadic Colors of #bacc9b

#bacc9b #9bbacc #cc9bba

Analogous Colors of #bacc9b

#bacc9b #a2cc9b #ccc69b

Monochromatic Colors of #bacc9b

#bacc9b

Complementary Color

#bacc9b #ad9bcc

#bacc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc9b Color CSS Codes

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

#bacc9b Text Font Color

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

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


#bacc9b Background Color

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

This div background color is #bacc9b


#bacc9b Border Color

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

This div border color is #bacc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc9b


Comments

No comments written yet.

Please login to write comment.