Color Hex Logo

#bac563 Color Hex

#BAC563
(186,197,99)
0 Favorites   0 Comments

Color spaces of #bac563

RGB 18619799
HSL0.190.460.58
HSV67°50°77°
CMYK 0.060.000.50   0.23
XYZ42.468151.272519.4626
Yxy51.27250.37510.4529
Hunter Lab71.6048-19.441934.0080
CIE-Lab76.8438-17.941147.4136

#bac563 color RGB value is (186,197,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01100011
Octal 272 305 143
Decimal 186 197 99
Hex BA C5 63

RGB Percentages of Color #bac563

%38.59
%40.87
%20.54

CMYK Percentages of Color #bac563

%6
%0
%50
%23

Triadic Colors of #bac563

#bac563 #63bac5 #c563ba

Analogous Colors of #bac563

#bac563 #89c563 #c59f63

Monochromatic Colors of #bac563

#bac563

Complementary Color

#bac563 #6e63c5

#bac563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac563 Color CSS Codes

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

#bac563 Text Font Color

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

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


#bac563 Background Color

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

This div background color is #bac563


#bac563 Border Color

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

This div border color is #bac563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac563


Comments

No comments written yet.

Please login to write comment.