Color Hex Logo

#bfc18d Color Hex

#BFC18D
(191,193,141)
0 Favorites   0 Comments

Color spaces of #bfc18d

RGB 191193141
HSL0.170.300.65
HSV62°27°76°
CMYK 0.010.000.27   0.24
XYZ45.363551.139432.6793
Yxy51.13940.35120.3959
Hunter Lab71.5118-11.914322.9641
CIE-Lab76.7634-9.097826.0306

#bfc18d color RGB value is (191,193,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000001 10001101
Octal 277 301 215
Decimal 191 193 141
Hex BF C1 8D

RGB Percentages of Color #bfc18d

%36.38
%36.76
%26.86

CMYK Percentages of Color #bfc18d

%1
%0
%27
%24

Triadic Colors of #bfc18d

#bfc18d #8dbfc1 #c18dbf

Analogous Colors of #bfc18d

#bfc18d #a5c18d #c1a98d

Monochromatic Colors of #bfc18d

#bfc18d

Complementary Color

#bfc18d #8f8dc1

#bfc18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc18d Color CSS Codes

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

#bfc18d Text Font Color

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

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


#bfc18d Background Color

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

This div background color is #bfc18d


#bfc18d Border Color

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

This div border color is #bfc18d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,193,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 #bfc18d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc18d


Comments

No comments written yet.

Please login to write comment.