Color Hex Logo

#bfcbad Color Hex

#BFCBAD
(191,203,173)
0 Favorites   0 Comments

Color spaces of #bfcbad

RGB 191203173
HSL0.230.220.74
HSV84°15°80°
CMYK 0.060.000.15   0.20
XYZ50.384656.805447.8441
Yxy56.80540.32500.3664
Hunter Lab75.3694-12.568715.1215
CIE-Lab80.0700-9.435313.5881

#bfcbad color RGB value is (191,203,173).

#bfcbad hex color red value is 191, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bfcbad hue: 0.23 , saturation: 0.22 and the lightness value of bfcbad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 10101101
Octal 277 313 255
Decimal 191 203 173
Hex BF CB AD

RGB Percentages of Color #bfcbad

%33.69
%35.80
%30.51

CMYK Percentages of Color #bfcbad

%6
%0
%15
%20

Triadic Colors of #bfcbad

#bfcbad #adbfcb #cbadbf

Analogous Colors of #bfcbad

#bfcbad #b0cbad #cbc8ad

Monochromatic Colors of #bfcbad

#bfcbad

Complementary Color

#bfcbad #b9adcb

#bfcbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcbad Color CSS Codes

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

#bfcbad Text Font Color

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

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


#bfcbad Background Color

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

This div background color is #bfcbad


#bfcbad Border Color

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

This div border color is #bfcbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcbad


Comments

No comments written yet.

Please login to write comment.