Color Hex Logo

#bac574 Color Hex

#BAC574
(186,197,116)
0 Favorites   0 Comments

Color spaces of #bac574

RGB 186197116
HSL0.190.410.61
HSV68°41°77°
CMYK 0.060.000.41   0.23
XYZ43.368351.632624.2033
Yxy51.63260.36380.4331
Hunter Lab71.8558-18.014730.3283
CIE-Lab77.0606-16.193839.2962

#bac574 color RGB value is (186,197,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01110100
Octal 272 305 164
Decimal 186 197 116
Hex BA C5 74

RGB Percentages of Color #bac574

%37.27
%39.48
%23.25

CMYK Percentages of Color #bac574

%6
%0
%41
%23

Triadic Colors of #bac574

#bac574 #74bac5 #c574ba

Analogous Colors of #bac574

#bac574 #92c574 #c5a874

Monochromatic Colors of #bac574

#bac574

Complementary Color

#bac574 #7f74c5

#bac574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac574 Color CSS Codes

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

#bac574 Text Font Color

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

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


#bac574 Background Color

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

This div background color is #bac574


#bac574 Border Color

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

This div border color is #bac574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac574


Comments

No comments written yet.

Please login to write comment.