Color Hex Logo

#bfc39d Color Hex

#BFC39D
(191,195,157)
0 Favorites   0 Comments

Color spaces of #bfc39d

RGB 191195157
HSL0.180.240.69
HSV66°19°76°
CMYK 0.020.000.19   0.24
XYZ47.086852.540939.5580
Yxy52.54090.33830.3775
Hunter Lab72.4851-10.894218.3827
CIE-Lab77.6032-7.830918.6746

#bfc39d color RGB value is (191,195,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 10011101
Octal 277 303 235
Decimal 191 195 157
Hex BF C3 9D

RGB Percentages of Color #bfc39d

%35.17
%35.91
%28.91

CMYK Percentages of Color #bfc39d

%2
%0
%19
%24

Triadic Colors of #bfc39d

#bfc39d #9dbfc3 #c39dbf

Analogous Colors of #bfc39d

#bfc39d #acc39d #c3b49d

Monochromatic Colors of #bfc39d

#bfc39d

Complementary Color

#bfc39d #a19dc3

#bfc39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc39d Color CSS Codes

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

#bfc39d Text Font Color

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

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


#bfc39d Background Color

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

This div background color is #bfc39d


#bfc39d Border Color

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

This div border color is #bfc39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc39d


Comments

No comments written yet.

Please login to write comment.