Color Hex Logo

#bac463 Color Hex

#BAC463
(186,196,99)
0 Favorites   0 Comments

Color spaces of #bac463

RGB 18619699
HSL0.180.450.58
HSV66°49°77°
CMYK 0.050.000.49   0.23
XYZ42.241850.819819.3872
Yxy50.81980.37570.4519
Hunter Lab71.2880-18.983633.7773
CIE-Lab76.5697-17.440047.0868

#bac463 color RGB value is (186,196,99).

#bac463 hex color red value is 186, green value is 196 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bac463 hue: 0.18 , saturation: 0.45 and the lightness value of bac463 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 01100011
Octal 272 304 143
Decimal 186 196 99
Hex BA C4 63

RGB Percentages of Color #bac463

%38.67
%40.75
%20.58

CMYK Percentages of Color #bac463

%5
%0
%49
%23

Triadic Colors of #bac463

#bac463 #63bac4 #c463ba

Analogous Colors of #bac463

#bac463 #8ac463 #c49e63

Monochromatic Colors of #bac463

#bac463

Complementary Color

#bac463 #6d63c4

#bac463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac463 Color CSS Codes

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

#bac463 Text Font Color

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

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


#bac463 Background Color

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

This div background color is #bac463


#bac463 Border Color

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

This div border color is #bac463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac463


Comments

No comments written yet.

Please login to write comment.