Color Hex Logo

#bfc38c Color Hex

#BFC38C
(191,195,140)
0 Favorites   0 Comments

Color spaces of #bfc38c

RGB 191195140
HSL0.180.310.66
HSV64°28°76°
CMYK 0.020.000.28   0.24
XYZ45.734652.000032.4375
Yxy52.00000.35130.3995
Hunter Lab72.1110-12.985223.8075
CIE-Lab77.2808-10.265627.2539

#bfc38c color RGB value is (191,195,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 10001100
Octal 277 303 214
Decimal 191 195 140
Hex BF C3 8C

RGB Percentages of Color #bfc38c

%36.31
%37.07
%26.62

CMYK Percentages of Color #bfc38c

%2
%0
%28
%24

Triadic Colors of #bfc38c

#bfc38c #8cbfc3 #c38cbf

Analogous Colors of #bfc38c

#bfc38c #a4c38c #c3ac8c

Monochromatic Colors of #bfc38c

#bfc38c

Complementary Color

#bfc38c #908cc3

#bfc38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc38c Color CSS Codes

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

#bfc38c Text Font Color

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

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


#bfc38c Background Color

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

This div background color is #bfc38c


#bfc38c Border Color

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

This div border color is #bfc38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc38c


Comments

No comments written yet.

Please login to write comment.