Color Hex Logo

#bac46a Color Hex

#BAC46A
(186,196,106)
0 Favorites   0 Comments

Color spaces of #bac46a

RGB 186196106
HSL0.190.430.59
HSV67°46°77°
CMYK 0.050.000.46   0.23
XYZ42.591150.959621.2271
Yxy50.95960.37110.4440
Hunter Lab71.3860-18.426832.3399
CIE-Lab76.6545-16.756743.7806

#bac46a color RGB value is (186,196,106).

#bac46a hex color red value is 186, green value is 196 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bac46a hue: 0.19 , saturation: 0.43 and the lightness value of bac46a is 0.59.

The process color (four color CMYK) of #bac46a color hex is 0.05, 0.00, 0.46, 0.23. Web safe color of #bac46a is #cccc66. Color #bac46a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 01101010
Octal 272 304 152
Decimal 186 196 106
Hex BA C4 6A

RGB Percentages of Color #bac46a

%38.11
%40.16
%21.72

CMYK Percentages of Color #bac46a

%5
%0
%46
%23

Triadic Colors of #bac46a

#bac46a #6abac4 #c46aba

Analogous Colors of #bac46a

#bac46a #8dc46a #c4a16a

Monochromatic Colors of #bac46a

#bac46a

Complementary Color

#bac46a #746ac4

#bac46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac46a Color CSS Codes

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

#bac46a Text Font Color

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

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


#bac46a Background Color

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

This div background color is #bac46a


#bac46a Border Color

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

This div border color is #bac46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac46a


Comments

No comments written yet.

Please login to write comment.