Color Hex Logo

#bac77e Color Hex

#BAC77E
(186,199,126)
0 Favorites   0 Comments

Color spaces of #bac77e

RGB 186199126
HSL0.200.390.64
HSV71°37°78°
CMYK 0.070.000.37   0.22
XYZ44.439052.792327.5864
Yxy52.79230.35600.4230
Hunter Lab72.6583-17.978528.3500
CIE-Lab77.7522-16.032735.0880

#bac77e color RGB value is (186,199,126).

#bac77e hex color red value is 186, green value is 199 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bac77e hue: 0.20 , saturation: 0.39 and the lightness value of bac77e is 0.64.

The process color (four color CMYK) of #bac77e color hex is 0.07, 0.00, 0.37, 0.22. Web safe color of #bac77e is #cccc66. Color #bac77e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 01111110
Octal 272 307 176
Decimal 186 199 126
Hex BA C7 7E

RGB Percentages of Color #bac77e

%36.40
%38.94
%24.66

CMYK Percentages of Color #bac77e

%7
%0
%37
%22

Triadic Colors of #bac77e

#bac77e #7ebac7 #c77eba

Analogous Colors of #bac77e

#bac77e #96c77e #c7b07e

Monochromatic Colors of #bac77e

#bac77e

Complementary Color

#bac77e #8b7ec7

#bac77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac77e Color CSS Codes

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

#bac77e Text Font Color

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

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


#bac77e Background Color

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

This div background color is #bac77e


#bac77e Border Color

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

This div border color is #bac77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac77e


Comments

No comments written yet.

Please login to write comment.