Color Hex Logo

#bac649 Color Hex

#BAC649
(186,198,73)
0 Favorites   0 Comments

Color spaces of #bac649

RGB 18619873
HSL0.180.520.53
HSV66°63°78°
CMYK 0.060.000.63   0.22
XYZ41.646451.308314.0118
Yxy51.30830.38930.4797
Hunter Lab71.6298-21.570238.5429
CIE-Lab76.8654-20.515659.1391

#bac649 color RGB value is (186,198,73).

#bac649 hex color red value is 186, green value is 198 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bac649 hue: 0.18 , saturation: 0.52 and the lightness value of bac649 is 0.53.

The process color (four color CMYK) of #bac649 color hex is 0.06, 0.00, 0.63, 0.22. Web safe color of #bac649 is #cccc33. Color #bac649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01001001
Octal 272 306 111
Decimal 186 198 73
Hex BA C6 49

RGB Percentages of Color #bac649

%40.70
%43.33
%15.97

CMYK Percentages of Color #bac649

%6
%0
%63
%22

Triadic Colors of #bac649

#bac649 #49bac6 #c649ba

Analogous Colors of #bac649

#bac649 #7cc649 #c69449

Monochromatic Colors of #bac649

#bac649

Complementary Color

#bac649 #5549c6

#bac649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac649 Color CSS Codes

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

#bac649 Text Font Color

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

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


#bac649 Background Color

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

This div background color is #bac649


#bac649 Border Color

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

This div border color is #bac649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac649


Comments

No comments written yet.

Please login to write comment.