Color Hex Logo

#bfc47e Color Hex

#BFC47E
(191,196,126)
0 Favorites   0 Comments

Color spaces of #bfc47e

RGB 191196126
HSL0.180.370.63
HSV64°36°77°
CMYK 0.030.000.36   0.23
XYZ44.991752.062627.4164
Yxy52.06260.36150.4183
Hunter Lab72.1544-14.967027.9798
CIE-Lab77.3183-12.559934.6003

#bfc47e color RGB value is (191,196,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01111110
Octal 277 304 176
Decimal 191 196 126
Hex BF C4 7E

RGB Percentages of Color #bfc47e

%37.23
%38.21
%24.56

CMYK Percentages of Color #bfc47e

%3
%0
%36
%23

Triadic Colors of #bfc47e

#bfc47e #7ebfc4 #c47ebf

Analogous Colors of #bfc47e

#bfc47e #9cc47e #c4a67e

Monochromatic Colors of #bfc47e

#bfc47e

Complementary Color

#bfc47e #837ec4

#bfc47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc47e Color CSS Codes

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

#bfc47e Text Font Color

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

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


#bfc47e Background Color

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

This div background color is #bfc47e


#bfc47e Border Color

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

This div border color is #bfc47e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc47e


Comments

No comments written yet.

Please login to write comment.