Color Hex Logo

#bfc89c Color Hex

#BFC89C
(191,200,156)
0 Favorites   0 Comments

Color spaces of #bfc89c

RGB 191200156
HSL0.200.290.70
HSV72°22°78°
CMYK 0.050.000.22   0.22
XYZ48.140954.785239.4898
Yxy54.78520.33800.3847
Hunter Lab74.0170-13.432820.1793
CIE-Lab78.9174-10.565221.0226

#bfc89c color RGB value is (191,200,156).

#bfc89c hex color red value is 191, green value is 200 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bfc89c hue: 0.20 , saturation: 0.29 and the lightness value of bfc89c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001000 10011100
Octal 277 310 234
Decimal 191 200 156
Hex BF C8 9C

RGB Percentages of Color #bfc89c

%34.92
%36.56
%28.52

CMYK Percentages of Color #bfc89c

%5
%0
%22
%22

Triadic Colors of #bfc89c

#bfc89c #9cbfc8 #c89cbf

Analogous Colors of #bfc89c

#bfc89c #a9c89c #c8bb9c

Monochromatic Colors of #bfc89c

#bfc89c

Complementary Color

#bfc89c #a59cc8

#bfc89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc89c Color CSS Codes

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

#bfc89c Text Font Color

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

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


#bfc89c Background Color

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

This div background color is #bfc89c


#bfc89c Border Color

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

This div border color is #bfc89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc89c


Comments

No comments written yet.

Please login to write comment.