Color Hex Logo

#bfc47f Color Hex

#BFC47F
(191,196,127)
0 Favorites   0 Comments

Color spaces of #bfc47f

RGB 191196127
HSL0.180.370.63
HSV64°35°77°
CMYK 0.030.000.35   0.23
XYZ45.056652.088527.7580
Yxy52.08850.36070.4170
Hunter Lab72.1724-14.865627.7173
CIE-Lab77.3337-12.439434.1046

#bfc47f color RGB value is (191,196,127).

#bfc47f hex color red value is 191, green value is 196 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bfc47f hue: 0.18 , saturation: 0.37 and the lightness value of bfc47f is 0.63.

The process color (four color CMYK) of #bfc47f color hex is 0.03, 0.00, 0.35, 0.23. Web safe color of #bfc47f is #cccc66. Color #bfc47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01111111
Octal 277 304 177
Decimal 191 196 127
Hex BF C4 7F

RGB Percentages of Color #bfc47f

%37.16
%38.13
%24.71

CMYK Percentages of Color #bfc47f

%3
%0
%35
%23

Triadic Colors of #bfc47f

#bfc47f #7fbfc4 #c47fbf

Analogous Colors of #bfc47f

#bfc47f #9dc47f #c4a77f

Monochromatic Colors of #bfc47f

#bfc47f

Complementary Color

#bfc47f #847fc4

#bfc47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc47f Color CSS Codes

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

#bfc47f Text Font Color

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

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


#bfc47f Background Color

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

This div background color is #bfc47f


#bfc47f Border Color

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

This div border color is #bfc47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc47f


Comments

No comments written yet.

Please login to write comment.