Color Hex Logo

#bfcdb0 Color Hex

#BFCDB0
(191,205,176)
0 Favorites   0 Comments

Color spaces of #bfcdb0

RGB 191205176
HSL0.250.220.75
HSV89°14°80°
CMYK 0.070.000.14   0.20
XYZ51.153757.873649.5489
Yxy57.87360.32260.3650
Hunter Lab76.0747-13.104814.6356
CIE-Lab80.6685-9.966312.8349

#bfcdb0 color RGB value is (191,205,176).

#bfcdb0 hex color red value is 191, green value is 205 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bfcdb0 hue: 0.25 , saturation: 0.22 and the lightness value of bfcdb0 is 0.75.

The process color (four color CMYK) of #bfcdb0 color hex is 0.07, 0.00, 0.14, 0.20. Web safe color of #bfcdb0 is #cccc99. Color #bfcdb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001101 10110000
Octal 277 315 260
Decimal 191 205 176
Hex BF CD B0

RGB Percentages of Color #bfcdb0

%33.39
%35.84
%30.77

CMYK Percentages of Color #bfcdb0

%7
%0
%14
%20

Triadic Colors of #bfcdb0

#bfcdb0 #b0bfcd #cdb0bf

Analogous Colors of #bfcdb0

#bfcdb0 #b1cdb0 #cdcdb0

Monochromatic Colors of #bfcdb0

#bfcdb0

Complementary Color

#bfcdb0 #beb0cd

#bfcdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcdb0 Color CSS Codes

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

#bfcdb0 Text Font Color

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

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


#bfcdb0 Background Color

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

This div background color is #bfcdb0


#bfcdb0 Border Color

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

This div border color is #bfcdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcdb0


Comments

No comments written yet.

Please login to write comment.