Color Hex Logo

#bac740 Color Hex

#BAC740
(186,199,64)
0 Favorites   0 Comments

Color spaces of #bac740

RGB 18619964
HSL0.180.550.52
HSV66°68°78°
CMYK 0.070.000.68   0.22
XYZ41.598551.656112.6286
Yxy51.65610.39290.4879
Hunter Lab71.8722-22.463339.8927
CIE-Lab77.0747-21.563762.9384

#bac740 color RGB value is (186,199,64).

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

The process color (four color CMYK) of #bac740 color hex is 0.07, 0.00, 0.68, 0.22. Web safe color of #bac740 is #cccc33. Color #bac740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 01000000
Octal 272 307 100
Decimal 186 199 64
Hex BA C7 40

RGB Percentages of Color #bac740

%41.43
%44.32
%14.25

CMYK Percentages of Color #bac740

%7
%0
%68
%22

Triadic Colors of #bac740

#bac740 #40bac7 #c740ba

Analogous Colors of #bac740

#bac740 #77c740 #c79140

Monochromatic Colors of #bac740

#bac740

Complementary Color

#bac740 #4d40c7

#bac740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac740 Color CSS Codes

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

#bac740 Text Font Color

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

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


#bac740 Background Color

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

This div background color is #bac740


#bac740 Border Color

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

This div border color is #bac740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac740


Comments

No comments written yet.

Please login to write comment.