Color Hex Logo

#bfc387 Color Hex

#BFC387
(191,195,135)
0 Favorites   0 Comments

Color spaces of #bfc387

RGB 191195135
HSL0.180.330.65
HSV64°31°76°
CMYK 0.020.000.31   0.24
XYZ45.374151.855830.5394
Yxy51.85580.35510.4059
Hunter Lab72.0110-13.546425.2632
CIE-Lab77.1945-10.925829.7630

#bfc387 color RGB value is (191,195,135).

#bfc387 hex color red value is 191, green value is 195 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bfc387 hue: 0.18 , saturation: 0.33 and the lightness value of bfc387 is 0.65.

The process color (four color CMYK) of #bfc387 color hex is 0.02, 0.00, 0.31, 0.24. Web safe color of #bfc387 is #cccc99. Color #bfc387 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 10000111
Octal 277 303 207
Decimal 191 195 135
Hex BF C3 87

RGB Percentages of Color #bfc387

%36.66
%37.43
%25.91

CMYK Percentages of Color #bfc387

%2
%0
%31
%24

Triadic Colors of #bfc387

#bfc387 #87bfc3 #c387bf

Analogous Colors of #bfc387

#bfc387 #a1c387 #c3a987

Monochromatic Colors of #bfc387

#bfc387

Complementary Color

#bfc387 #8b87c3

#bfc387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc387 Color CSS Codes

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

#bfc387 Text Font Color

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

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


#bfc387 Background Color

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

This div background color is #bfc387


#bfc387 Border Color

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

This div border color is #bfc387


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,195,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfc387; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfc387;
  -webkit-box-shadow: 1px 1px 3px 2px #bfc387;
  box-shadow:         1px 1px 3px 2px #bfc387; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,195,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc387


Comments

No comments written yet.

Please login to write comment.