Color Hex Logo

#bfc88f Color Hex

#BFC88F
(191,200,143)
0 Favorites   0 Comments

Color spaces of #bfc88f

RGB 191200143
HSL0.190.340.67
HSV69°29°78°
CMYK 0.050.000.29   0.22
XYZ47.098154.368133.9984
Yxy54.36810.34770.4013
Hunter Lab73.7347-15.018824.2762
CIE-Lab78.6759-12.423127.5500

#bfc88f color RGB value is (191,200,143).

#bfc88f hex color red value is 191, green value is 200 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bfc88f hue: 0.19 , saturation: 0.34 and the lightness value of bfc88f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001000 10001111
Octal 277 310 217
Decimal 191 200 143
Hex BF C8 8F

RGB Percentages of Color #bfc88f

%35.77
%37.45
%26.78

CMYK Percentages of Color #bfc88f

%5
%0
%29
%22

Triadic Colors of #bfc88f

#bfc88f #8fbfc8 #c88fbf

Analogous Colors of #bfc88f

#bfc88f #a3c88f #c8b58f

Monochromatic Colors of #bfc88f

#bfc88f

Complementary Color

#bfc88f #988fc8

#bfc88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc88f Color CSS Codes

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

#bfc88f Text Font Color

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

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


#bfc88f Background Color

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

This div background color is #bfc88f


#bfc88f Border Color

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

This div border color is #bfc88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc88f


Comments

No comments written yet.

Please login to write comment.