Color Hex Logo

#bfc28d Color Hex

#BFC28D
(191,194,141)
0 Favorites   0 Comments

Color spaces of #bfc28d

RGB 191194141
HSL0.180.300.66
HSV63°27°76°
CMYK 0.020.000.27   0.24
XYZ45.585451.583032.7532
Yxy51.58300.35090.3970
Hunter Lab71.8213-12.392323.2365
CIE-Lab77.0308-9.614526.3908

#bfc28d color RGB value is (191,194,141).

#bfc28d hex color red value is 191, green value is 194 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bfc28d hue: 0.18 , saturation: 0.30 and the lightness value of bfc28d is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 10001101
Octal 277 302 215
Decimal 191 194 141
Hex BF C2 8D

RGB Percentages of Color #bfc28d

%36.31
%36.88
%26.81

CMYK Percentages of Color #bfc28d

%2
%0
%27
%24

Triadic Colors of #bfc28d

#bfc28d #8dbfc2 #c28dbf

Analogous Colors of #bfc28d

#bfc28d #a5c28d #c2ab8d

Monochromatic Colors of #bfc28d

#bfc28d

Complementary Color

#bfc28d #908dc2

#bfc28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc28d Color CSS Codes

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

#bfc28d Text Font Color

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

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


#bfc28d Background Color

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

This div background color is #bfc28d


#bfc28d Border Color

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

This div border color is #bfc28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc28d


Comments

No comments written yet.

Please login to write comment.