Color Hex Logo

#bac87c Color Hex

#BAC87C
(186,200,124)
0 Favorites   0 Comments

Color spaces of #bac87c

RGB 186200124
HSL0.200.410.64
HSV71°38°78°
CMYK 0.070.000.38   0.22
XYZ44.542153.202926.9904
Yxy53.20290.35710.4265
Hunter Lab72.9403-18.641929.1189
CIE-Lab77.9946-16.777736.4240

#bac87c color RGB value is (186,200,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001000 01111100
Octal 272 310 174
Decimal 186 200 124
Hex BA C8 7C

RGB Percentages of Color #bac87c

%36.47
%39.22
%24.31

CMYK Percentages of Color #bac87c

%7
%0
%38
%22

Triadic Colors of #bac87c

#bac87c #7cbac8 #c87cba

Analogous Colors of #bac87c

#bac87c #94c87c #c8b07c

Monochromatic Colors of #bac87c

#bac87c

Complementary Color

#bac87c #8a7cc8

#bac87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac87c Color CSS Codes

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

#bac87c Text Font Color

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

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


#bac87c Background Color

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

This div background color is #bac87c


#bac87c Border Color

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

This div border color is #bac87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac87c


Comments

No comments written yet.

Please login to write comment.