Color Hex Logo

#bac78e Color Hex

#BAC78E
(186,199,142)
0 Favorites   0 Comments

Color spaces of #bac78e

RGB 186199142
HSL0.200.340.67
HSV74°29°78°
CMYK 0.070.000.29   0.22
XYZ45.555653.238933.4663
Yxy53.23890.34440.4025
Hunter Lab72.9650-16.242523.8814
CIE-Lab78.0158-13.945527.1236

#bac78e color RGB value is (186,199,142).

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

The process color (four color CMYK) of #bac78e color hex is 0.07, 0.00, 0.29, 0.22. Web safe color of #bac78e is #cccc99. Color #bac78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 10001110
Octal 272 307 216
Decimal 186 199 142
Hex BA C7 8E

RGB Percentages of Color #bac78e

%35.29
%37.76
%26.94

CMYK Percentages of Color #bac78e

%7
%0
%29
%22

Triadic Colors of #bac78e

#bac78e #8ebac7 #c78eba

Analogous Colors of #bac78e

#bac78e #9ec78e #c7b88e

Monochromatic Colors of #bac78e

#bac78e

Complementary Color

#bac78e #9b8ec7

#bac78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac78e Color CSS Codes

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

#bac78e Text Font Color

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

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


#bac78e Background Color

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

This div background color is #bac78e


#bac78e Border Color

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

This div border color is #bac78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac78e


Comments

No comments written yet.

Please login to write comment.