Color Hex Logo

#bac78d Color Hex

#BAC78D
(186,199,141)
0 Favorites   0 Comments

Color spaces of #bac78d

RGB 186199141
HSL0.200.340.67
HSV73°29°78°
CMYK 0.070.000.29   0.22
XYZ45.480853.209033.0726
Yxy53.20900.34520.4038
Hunter Lab72.9445-16.358424.1794
CIE-Lab77.9982-14.083927.6246

#bac78d color RGB value is (186,199,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 10001101
Octal 272 307 215
Decimal 186 199 141
Hex BA C7 8D

RGB Percentages of Color #bac78d

%35.36
%37.83
%26.81

CMYK Percentages of Color #bac78d

%7
%0
%29
%22

Triadic Colors of #bac78d

#bac78d #8dbac7 #c78dba

Analogous Colors of #bac78d

#bac78d #9dc78d #c7b78d

Monochromatic Colors of #bac78d

#bac78d

Complementary Color

#bac78d #9a8dc7

#bac78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac78d Color CSS Codes

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

#bac78d Text Font Color

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

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


#bac78d Background Color

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

This div background color is #bac78d


#bac78d Border Color

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

This div border color is #bac78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac78d


Comments

No comments written yet.

Please login to write comment.