Color Hex Logo

#bac663 Color Hex

#BAC663
(186,198,99)
0 Favorites   0 Comments

Color spaces of #bac663

RGB 18619899
HSL0.190.460.58
HSV67°50°78°
CMYK 0.060.000.50   0.22
XYZ42.695951.728119.5386
Yxy51.72810.37460.4539
Hunter Lab71.9222-19.899334.2387
CIE-Lab77.1180-18.440747.7399

#bac663 color RGB value is (186,198,99).

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

The process color (four color CMYK) of #bac663 color hex is 0.06, 0.00, 0.50, 0.22. Web safe color of #bac663 is #cccc66. Color #bac663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01100011
Octal 272 306 143
Decimal 186 198 99
Hex BA C6 63

RGB Percentages of Color #bac663

%38.51
%40.99
%20.50

CMYK Percentages of Color #bac663

%6
%0
%50
%22

Triadic Colors of #bac663

#bac663 #63bac6 #c663ba

Analogous Colors of #bac663

#bac663 #89c663 #c6a163

Monochromatic Colors of #bac663

#bac663

Complementary Color

#bac663 #6f63c6

#bac663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac663 Color CSS Codes

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

#bac663 Text Font Color

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

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


#bac663 Background Color

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

This div background color is #bac663


#bac663 Border Color

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

This div border color is #bac663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac663


Comments

No comments written yet.

Please login to write comment.