Color Hex Logo

#bac379 Color Hex

#BAC379
(186,195,121)
0 Favorites   0 Comments

Color spaces of #bac379

RGB 186195121
HSL0.190.380.62
HSV67°38°76°
CMYK 0.050.000.38   0.24
XYZ43.216050.849825.6264
Yxy50.84980.36110.4248
Hunter Lab71.3090-16.613028.6092
CIE-Lab76.5879-14.607436.1518

#bac379 color RGB value is (186,195,121).

#bac379 hex color red value is 186, green value is 195 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bac379 hue: 0.19 , saturation: 0.38 and the lightness value of bac379 is 0.62.

The process color (four color CMYK) of #bac379 color hex is 0.05, 0.00, 0.38, 0.24. Web safe color of #bac379 is #cccc66. Color #bac379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000011 01111001
Octal 272 303 171
Decimal 186 195 121
Hex BA C3 79

RGB Percentages of Color #bac379

%37.05
%38.84
%24.10

CMYK Percentages of Color #bac379

%5
%0
%38
%24

Triadic Colors of #bac379

#bac379 #79bac3 #c379ba

Analogous Colors of #bac379

#bac379 #95c379 #c3a779

Monochromatic Colors of #bac379

#bac379

Complementary Color

#bac379 #8279c3

#bac379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac379 Color CSS Codes

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

#bac379 Text Font Color

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

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


#bac379 Background Color

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

This div background color is #bac379


#bac379 Border Color

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

This div border color is #bac379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac379


Comments

No comments written yet.

Please login to write comment.