Color Hex Logo

#bac67f Color Hex

#BAC67F
(186,198,127)
0 Favorites   0 Comments

Color spaces of #bac67f

RGB 186198127
HSL0.190.380.64
HSV70°36°78°
CMYK 0.060.000.36   0.22
XYZ44.274552.359627.8516
Yxy52.35960.35570.4206
Hunter Lab72.3599-17.412027.8310
CIE-Lab77.4954-15.405034.2409

#bac67f color RGB value is (186,198,127).

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

The process color (four color CMYK) of #bac67f color hex is 0.06, 0.00, 0.36, 0.22. Web safe color of #bac67f is #cccc66. Color #bac67f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01111111
Octal 272 306 177
Decimal 186 198 127
Hex BA C6 7F

RGB Percentages of Color #bac67f

%36.40
%38.75
%24.85

CMYK Percentages of Color #bac67f

%6
%0
%36
%22

Triadic Colors of #bac67f

#bac67f #7fbac6 #c67fba

Analogous Colors of #bac67f

#bac67f #97c67f #c6af7f

Monochromatic Colors of #bac67f

#bac67f

Complementary Color

#bac67f #8b7fc6

#bac67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac67f Color CSS Codes

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

#bac67f Text Font Color

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

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


#bac67f Background Color

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

This div background color is #bac67f


#bac67f Border Color

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

This div border color is #bac67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac67f


Comments

No comments written yet.

Please login to write comment.