Color Hex Logo

#bac49a Color Hex

#BAC49A
(186,196,154)
0 Favorites   0 Comments

Color spaces of #bac49a

RGB 186196154
HSL0.210.260.69
HSV74°21°77°
CMYK 0.050.000.21   0.23
XYZ45.822452.252138.2424
Yxy52.25210.33610.3833
Hunter Lab72.2856-13.347319.2328
CIE-Lab77.4313-10.663719.9783

#bac49a color RGB value is (186,196,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 10011010
Octal 272 304 232
Decimal 186 196 154
Hex BA C4 9A

RGB Percentages of Color #bac49a

%34.70
%36.57
%28.73

CMYK Percentages of Color #bac49a

%5
%0
%21
%23

Triadic Colors of #bac49a

#bac49a #9abac4 #c49aba

Analogous Colors of #bac49a

#bac49a #a5c49a #c4b99a

Monochromatic Colors of #bac49a

#bac49a

Complementary Color

#bac49a #a49ac4

#bac49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac49a Color CSS Codes

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

#bac49a Text Font Color

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

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


#bac49a Background Color

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

This div background color is #bac49a


#bac49a Border Color

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

This div border color is #bac49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac49a


Comments

No comments written yet.

Please login to write comment.