Color Hex Logo

#bfcb9d Color Hex

#BFCB9D
(191,203,157)
0 Favorites   0 Comments

Color spaces of #bfcb9d

RGB 191203157
HSL0.210.310.71
HSV76°23°80°
CMYK 0.060.000.23   0.20
XYZ48.927656.222640.1716
Yxy56.22260.33670.3869
Hunter Lab74.9817-14.742020.7225
CIE-Lab79.7403-11.953121.6253

#bfcb9d color RGB value is (191,203,157).

#bfcb9d hex color red value is 191, green value is 203 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfcb9d hue: 0.21 , saturation: 0.31 and the lightness value of bfcb9d is 0.71.

The process color (four color CMYK) of #bfcb9d color hex is 0.06, 0.00, 0.23, 0.20. Web safe color of #bfcb9d is #cccc99. Color #bfcb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 10011101
Octal 277 313 235
Decimal 191 203 157
Hex BF CB 9D

RGB Percentages of Color #bfcb9d

%34.66
%36.84
%28.49

CMYK Percentages of Color #bfcb9d

%6
%0
%23
%20

Triadic Colors of #bfcb9d

#bfcb9d #9dbfcb #cb9dbf

Analogous Colors of #bfcb9d

#bfcb9d #a8cb9d #cbc09d

Monochromatic Colors of #bfcb9d

#bfcb9d

Complementary Color

#bfcb9d #a99dcb

#bfcb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcb9d Color CSS Codes

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

#bfcb9d Text Font Color

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

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


#bfcb9d Background Color

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

This div background color is #bfcb9d


#bfcb9d Border Color

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

This div border color is #bfcb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcb9d


Comments

No comments written yet.

Please login to write comment.